XmlHelperXMLDecode Method |
Converts a string that has been XML encoded into a decoded string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string XMLDecode(
string inputText
)
Parameters
- inputText
- Type: SystemString
Input text to encode
Return Value
Type:
StringSee Also