toUInt
Требования к платформе и версии: JVM (1.5), JS (1.5), Native (1.5)
fun String.toUInt(): UInt
Парсит строку как число типа UInt и возвращает результат.
Исключения
NumberFormatException - если строка не является допустимым представлением числа.
Требования к платформе и версии: JVM (1.5), JS (1.5), Native (1.5)
fun String.toUInt(radix: Int): UInt
© 2010–2022 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-u-int.html