Share via


FormTreeItem.toString Method

Returns a string representation of the instance of the FormTreeItem class.

Syntax

public str toString()

Run On

Client

Return Value

Type: str
A string that contains a description of the instance of the FormTreeItem class.

Remarks

The default implementation returns the class name of the object. The method can be overridden in a derived class to return values that are meaningful for that type.

Examples

The following example shows how to use the toString method.

print objFormTreeItem.toString();

See Also

Reference

FormTreeItem Class