toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.util
/
UAStringUtil
/
byteToHex
byte
To
Hex
@
NonNull
open
fun
byteToHex
(
@
NonNull
bytes
:
Array
<
Byte
>
)
:
String
Converts the bytes into a hex string.
Return
A hex string.
Parameters
bytes
The byte array.