PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns an xml-decoded representation of the specified string.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static string XmlDecode(
	string data
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function XmlDecode ( _
	data As  _
) As 

Parameters

data
String

Return Value

Remarks

Replaces the default entity references &lt; &gt; &quot; and &apos; by <, >, &, " and ' and all numeric entity references.

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced