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 the current Object.

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

Syntax

C#Copy imageCopy Code
public string ToString(
	bool indent
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ToString ( _
	indent As  _
) As 

Parameters

indent
Boolean
Indents the output if set to true. Gives better insight into nesting.

Return Value

A String that represents the current Object.

See Also

Json Class
Smartsite.Base Namespace
Advanced