IsExpressionValid Method
Description
Tests whether or not the Expression is valid.
Syntax
Visual Basic |
---|
Public Function IsExpressionValid( _ ByVal Expression As String _ ) As Boolean |
Parameters
- Expression
- Required String that is the expression to evaluate for validity.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also