Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
toString
Returns a string representation of this Byte value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Short value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Int value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Long value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Byte value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Short value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Int value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.
Returns a string representation of this Long value in the specified radix.
Exceptions
IllegalArgumentException
- when radix is not a valid radix for number to string conversion.