SIFWorks ADK 2.0
UnencodeXml Method (str)
NamespacesEdustructures.UtilAdkStringUtilsUnencodeXml(String)

[This is preliminary documentation and is subject to change.]

Unescapes an XML string by replacing the entity references shown below with their equivalent characters as defined by the XML specification.
Declaration Syntax
C#Visual BasicVisual C++
public static string UnencodeXml(
	string str
)
Public Shared Function UnencodeXml ( _
	str As String _
) As String
public:
static String^ UnencodeXml (
	String^ str
)
Parameters
str (String)
The source string
Return Value
The escaped string
Remarks
CharacterEntity Reference
<&lt;
>&gt;
&&amp;
'&apos;
"&quot;

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10