parseInt
Deprecated (with error)
Use toInt() instead.
Replace with
s.toInt()
Content copied to clipboard
Since Kotlin
1.1Deprecated (with error)
Use toInt(radix) instead.
Replace with
s.toInt(radix)
Content copied to clipboard
Use toInt() instead.
s.toInt()
Use toInt(radix) instead.
s.toInt(radix)
Thanks for your feedback!