Char.MIN_RADIX

The minimum radix available for conversion to and from strings. The constant value of this field is the smallest value permitted for the radix argument in radix-conversion methods such as the {@code digit} method, the {@code forDigit} method, and the {@code toString} method of class {@code Integer}.

@see Character#digit(char, int) @see Character#forDigit(int, int) @see Integer#toString(int, int) @see Integer#valueOf(string)

class Char
enum int MIN_RADIX;

Meta