| MacroExpressionParse Method (Int32, Boolean) | 
            Parses the expression.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected void Parse(
	int startIndex,
	bool supressError
)
Parameters
- startIndex
- Type: SystemInt32
 Starting index for the parsing (within the expression, starts with 0)
- supressError
- Type: SystemBoolean
 If true no exceptions are thrown
 See Also
See Also