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