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