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.
Decodes an SXML encoded string to re-enable SXML processing.

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

Syntax

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

Parameters

data
String
The data.

Return Value

The decoded string

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced