[]
Temporary public. Should be converted back to internal or reworked. Defines result of expression formtter parsing.
public enum TagResult
TagIsntExprOrCalc = 3
This tag is corect but doesnt contain iif or calc.
TagNotFound = 0
This tag isnt tag.
TagWithFormatter = 2
This tag contain expression iif or calc but doesnt contain formatter.
TagWithoutFormatter = 1
This tag contain expression iif or calc but doesnrt contain formatter.