Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ toString
Method
toString
vm/JavaAPI/src/java/net/URI.java:760–762 ·
view source on GitHub ↗
@return the uri as a string
()
Source
from the content-addressed store, hash-verified
758
* @
return
the uri as a string
759
*/
760
public
String toString() {
761
return
toASCIIString();
762
}
763
764
/**
765
* @
return
the uri as a string with parts encoded.
Callers
1
runTest
Method · 0.95
Calls
1
toASCIIString
Method · 0.95
Tested by
1
runTest
Method · 0.76