toString

open override fun toString(): String
fun toString(sb: StringBuilder, radix: Int)


open override fun toString(radix: Int): String

Converts this number to a String using the specified radix. The radix is the base to use. 10 for decimal. 16 for hexadecimal.