Returns a string representation of the specified url object.
Syntax
toExternalForm( url )
url.toExternalForm( )
Parameters
url
|
the url object to use.
|
Returns
string
|
the string representation of the specified url object.
|
Example
println( u.toExternalForm( ) )
|