Click or drag to resize
XmlHelper.XMLDecode Method
Converts a string that has been XML encoded into a decoded string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string XMLDecode(
	string inputText
)

Parameters

inputText
Type: System.String
Input text to encode

Return Value

Type: String
See Also