``` val byte = 0xFA.toByte() println((byte...
# announcements
o
Copy code
val byte = 0xFA.toByte()
    println((byte.toInt() and 0x00FF).toChar())