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