MacroExpressionParseExpression Method |
Returns the root of parsed expression. Uses cache of the parsed expressions to speedup the process.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public static MacroExpression ParseExpression(
string expression,
bool supressError = false
)
Parameters
- expression
- Type: SystemString
Expression string to parse - supressError (Optional)
- Type: SystemBoolean
If true no exceptions are thrown
Return Value
Type:
MacroExpressionExceptions See Also