MIN_RADIX

const val MIN_RADIX: Int = 2

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 digit method, the forDigit method, and the toString method of class Integer.

See also

Character.digit
Character.forDigit
Integer.toString
Integer.valueOf