Remove XML special character escapes.
Namespace:
nsCDEngine.BaseClasses
Assembly:
C-DEngine (in C-DEngine.dll)
Public Shared Function cdeUnESCXML ( _
strInput As String _
) As String
Parameters
- strInput
- Type: String
Return Value
The converted string.
Modify a string to convert any escaped XML characters back to their
regular, unescaped value. Supported characters include ampersand, less than,
greater than, quote, and apostrophe ("&", ">", "<", &"&, and "&").