Returns the string representation of the specified value.
Syntax
valueOf( value )
value.valueOf( )
Parameters
value
|
the value [ string, integer, long, double, object ] to convert.
|
Returns
string
|
the string representation of the specified value.
|
Example
s = v.valueOf( )
|