Returns a string representation of the specified byte array object.
Syntax
toString( array )
array.toString( )
Parameters
array
|
the bytearray object to use.
|
Returns
string
|
the string representation of the given bytearray object.
|
Example
println( array.toString( ) )
|