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.Core
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

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

Parameters

verbose
Boolean

Return Value

A String that represents the current Object.

See Also

Module Class
Smartsite.Core Namespace
Advanced