Returns the string representation of the class represented by the specified object.
Syntax
toString( object )
object.toString( )
Parameters
object
|
the object to use.
|
Returns
string
|
the string representation of the given object.
|
Example
println( obj.toString( ) )
|