← Docs
kotlin-stdlib / kotlin / Short / toByte

toByte

Common
JVM
JS
Native
1.0
fun toByte ( ) : Byte
(Common source) (Native source)

Converts this Short value to Byte .

If this value is in Byte.MIN_VALUE .. Byte.MAX_VALUE , the resulting Byte value represents the same numerical value as this Short .

The resulting Byte value is represented by the least significant 8 bits of this Short value.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .