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. The decoding rules are defined using given options.

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

Syntax

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

Parameters

data
String
The data.
options
XmlCodingOptions
The options.

Return Value

Remarks

Not well-formed numeric entity references causes an ArgumentException. Please note that the XmlDecode does not check for any xml wellformedness on other elements.

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced