StringsUnescapeFromXml Method
Converts an XML string to a text string by replacing invalid characters in XML with their equivalents.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string UnescapeFromXml(
string xml
)
Public Shared Function UnescapeFromXml (
xml As String
) As String
- xml String
- XML to convert.
StringString with the value converted.