| MacroElementUnescapeSpecialChars Method | 
            Unescapes special characters in the string constant.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string UnescapeSpecialChars(
	string text
)
Parameters
- text
- Type: SystemString
 Text of the string constant
Return Value
Type: 
String See Also
See Also