Subscriber portal
Returns a string representation of the instance of the FormTreeItem class.
public str toString()
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.
The following example shows how to use the toString method.
print objFormTreeItem.toString();