[]
Determines whether the ExpressionInfo object is an expression that can potentially be evaluated. Expressions with invalid syntax return false.
bool IsValid(ExpressionInfo expression)
Type | Name | Description |
---|---|---|
ExpressionInfo | expression | The ExpressionInfo object to evaluate. |
Type | Description |
---|---|
bool | True if the syntax is valid, otherwise False. |