MAX_RADIX

const val MAX_RADIX: Int = 36

The maximum radix available for conversion to and from strings. The constant value of this field is the largest 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