ExpressionHasErrors Method |
Pre-compiles the expression in order to check syntax errors.
If errors are detected, the Error property contains the message.
Namespace:
Stimulsoft.Data.Expressions.NCalc
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
SyntaxPublic Function HasErrors As Boolean
Return Value
Type:
BooleanTrue if the expression syntax is correct, otherwiser False
See Also