ExpressionEngine CheckSyntax Method (String)µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Performs parsing (syntax check) for passed expression. 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(
	string expression
)

Parameters

expression
Type: System String
expression to check

Return Value

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