Returns a string representation of the specified stream tokenizer object.
Syntax
toString( streamtokenizer )
stream tokenizer.toString( )
Parameters
stream tokenizer
|
the stream tokenizer object to use.
|
Returns
string
|
the string representation of the given stream tokenizer object.
|
Example
println( st.toString( ) )
|