MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / digit

Method digit

src/java/lang/Character.java:152–172  ·  view source on GitHub ↗

Returns the numeric value of the character digit using the specified radix. If the character is not a valid digit, it returns -1. @param ch the character to be converted @param radix the radix

(char ch, int radix)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseIntMethod · 0.95
parseLongMethod · 0.95

Calls 1

toLowerCaseMethod · 0.95

Tested by

no test coverage detected