ExpressionEngine CheckSyntax Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Performs parsing (syntax check) for all expressions (including ternary) stored in the engine. Provides a detailed information about error in case of failure

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public bool CheckSyntax()

Return Value

Type: Boolean
True if succeeded, otherwise false. StopReason property will contain a detailed error information
See Also