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 a String that represents this instance.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static string ToString(
	 xml,
	bool fragment,
	bool indent
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function ToString ( _
	xml As , _
	fragment As , _
	indent As  _
) As 

Parameters

xml
XmlData
The XML.
fragment
Boolean
if set to true, the XML will be returned as a fragment, without namespace attributes.
indent
Boolean
if set to true, the XML string will be properly indented.

Return Value

A String that represents this instance.

See Also

Advanced