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

Method digit

vm/JavaAPI/src/java/lang/Character.java:239–241  ·  view source on GitHub ↗

Returns the numeric value of the character ch in the specified radix.

(char ch, int radix)

Source from the content-addressed store, hash-verified

237 * Returns the numeric value of the character ch in the specified radix.
238 */
239 public static int digit(char ch, int radix){
240 return digit((int) ch, radix);
241 }
242
243 /**
244 * Convenience method to determine the value of the character

Callers 10

loadMethod · 0.95
decodeMethod · 0.95
TMathContextMethod · 0.95
parseUnicodeMethod · 0.95
parseUnicodeMethod · 0.95
parseUnicodeMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
loadMethod · 0.95
invokeStatic2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected