Click or drag to resize
MacroElementUnescapeSpecialChars Method
Unescapes special characters in the string constant.

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

Parameters

text
Type: SystemString
Text of the string constant

Return Value

Type: String
See Also