Click or drag to resize
MacroElementEscapeSpecialChars Method
Escapes special characters in the string to create a string literal.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static string EscapeSpecialChars(
	string text
)

Parameters

text
Type: SystemString
String to create literal from

Return Value

Type: String
See Also