toString

expect open override fun toString(): String

Returns the decimal (i.e., radix-10) string representation of this value


expect fun toString(radix: Int = 10): String

Returns a string representation of this value in the given radix

Parameters

radix

The numerical base in which to represent the value

actual open override fun toString(): String
actual fun toString(radix: Int): String
actual open override fun toString(): String
actual fun toString(radix: Int): String