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