toString

expect fun Byte.toString(radix: Int): String(source)

Returns a string representation of this Byte value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


expect fun Short.toString(radix: Int): String(source)

Returns a string representation of this Short value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


expect fun Int.toString(radix: Int): String(source)

Returns a string representation of this Int value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


expect fun Long.toString(radix: Int): String(source)

Returns a string representation of this Long value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.

actual inline fun Byte.toString(radix: Int): String(source)

Returns a string representation of this Byte value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


actual inline fun Short.toString(radix: Int): String(source)

Returns a string representation of this Short value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


actual fun Int.toString(radix: Int): String(source)

Returns a string representation of this Int value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.


actual fun Long.toString(radix: Int): String(source)

Returns a string representation of this Long value in the specified radix.

Since Kotlin

1.2

Throws

when radix is not a valid radix for number to string conversion.

actual inline fun Byte.toString(radix: Int): String(source)

Returns a string representation of this Byte value in the specified radix.

Since Kotlin

1.1

Throws

when radix is not a valid radix for number to string conversion.


actual inline fun Short.toString(radix: Int): String(source)

Returns a string representation of this Short value in the specified radix.

Since Kotlin

1.1

Throws

when radix is not a valid radix for number to string conversion.


actual inline fun Int.toString(radix: Int): String(source)

Returns a string representation of this Int value in the specified radix.

Since Kotlin

1.1

Throws

when radix is not a valid radix for number to string conversion.


actual inline fun Long.toString(radix: Int): String(source)

Returns a string representation of this Long value in the specified radix.

Since Kotlin

1.1

Throws

when radix is not a valid radix for number to string conversion.