MAX_RADIX

const val MAX_RADIX: Int = 36(source)

Deprecated

Warning since 1.9

Introduce your own constant with the value of `36

Replace with

36

The maximum radix available for conversion to and from strings.

Since Kotlin

1.3