Click or drag to resize
MacroExpressionParse Method (Int32)
Parses the expression.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected void Parse(
	int startIndex
)

Parameters

startIndex
Type: SystemInt32
Starting index for the parsing (within the expression, starts with 0)
See Also