RichUtils / pyxis.uzuki.live.richutilskt.utils / kotlin.String / safeByte

safeByte

@JvmOverloads fun String.safeByte(radix: Int = 10, default: Byte = 0): Byte

safe cast String to Byte

Parameters

radix - Int

default - Byte

Receiver
String

Return
Byte