DecimalStyle.convertToDigit

Checks whether the character is a digit, based on the currently set zero character.

@param ch the character to check @return the value, 0 to 9, of the character, or -1 if not a digit

class DecimalStyle
int
convertToDigit
(
char ch
)

Meta