MacroExpression.ToString Method (Boolean) |
Returns string representation of this MacroExpression.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntaxpublic string ToString(
bool debugMode
)
Parameters
- debugMode
- Type: System.Boolean
If true, debug mode is on
Return Value
Type:
String
See Also