Performs parsing (syntax check) for passed expression. Provides a detailed information about error in case of failure
Namespace: uStrata.MathDaemon.ComputationAssembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax
Parameters
- expression
- Type: System String
expression to check
Return Value
Type: BooleanTrue if succeeded, otherwise false. StopReason property will contain a detailed error information
See Also