Returns a string representation of the specified hashtable object.
Syntax
toString( hashtable )
hashtable.toString( )
Parameters
hashtable
|
the hashtable object use.
|
Returns
string
|
representing given hashtable object.
|
Example
println( "hashtable: " + ht.toString( ) )
|