StringsUnescapeFromXml Method

Converts an XML string to a text string by replacing invalid characters in XML with their equivalents.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string UnescapeFromXml(
	string xml
)

Parameters

xml  String
XML to convert.

Return Value

String
String with the value converted.

See Also