Click or drag to resize
MacroExpressionToStringCommand Method
Handles special commands like return, break, etc.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected string ToStringCommand(
	bool debugMode
)

Parameters

debugMode
Type: SystemBoolean
Determines whether the string representation is made for debug purposes

Return Value

Type: String
See Also