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