Returns a string representation of the specified string buffer object.
Syntax
toString( stringbuffer )
stringbuffer.toString( )
Parameters
stringbuffer
|
the stringbuffer object to use.
|
Returns
string
|
the string representation of the given stringbuffer object.
|
Example
println( sb.toString( ) )
|