On this page
toString
Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
fun Byte.toString(radix: Int): String
Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
fun Short.toString(radix: Int): String
Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
fun Int.toString(radix: Int): String
Platform and version requirements: JVM (1.1), JS (1.1), Native (1.1)
fun Long.toString(radix: Int): String
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
fun UByte.toString(radix: Int): String
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
fun UShort.toString(radix: Int): String
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
fun UInt.toString(radix: Int): String
Platform and version requirements: JVM (1.5), JS (1.5), Native (1.5)
fun ULong.toString(radix: Int): String
© 2010–2023 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/to-string.html