MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / toString

Method toString

vm/JavaAPI/src/java/lang/Long.java:176–178  ·  view source on GitHub ↗

Returns a String object representing this Long's value. The long integer value represented by this Long object is converted to signed decimal representation and returned as a string, exactly as if the long value were given as an argument to the method that takes one argument.

()

Source from the content-addressed store, hash-verified

174 * method that takes one argument.
175 */
176 public java.lang.String toString(){
177 return toString(value);
178 }
179
180 /**
181 * Returns a new String object representing the specified integer. The argument is converted to signed decimal representation and returned as a string, exactly as if the argument and the radix 10 were given as arguments to the

Callers 15

writeNumberMethod · 0.95
getAppUserIdMethod · 0.95
MultipartRequestMethod · 0.95
initConnectionMethod · 0.95
baseMethod · 0.95
appendMethod · 0.95
insertMethod · 0.95
bigInteger2StringMethod · 0.95
DataEditorMethod · 0.95
exectuteMethod · 0.95
trimMethod · 0.95
trimMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected