| MacroElementEscapeSpecialChars Method | 
            Escapes special characters in the string to create a string literal.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string EscapeSpecialChars(
	string text
)
Parameters
- text
- Type: SystemString
 String to create literal from
Return Value
Type: 
String See Also
See Also