Click or drag to resize

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
Syntax
public bool HasErrors()

Return Value

Type: Boolean
True if the expression syntax is correct, otherwiser False
See Also