MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.util
/
HexUtil
Hex
Util
object
HexUtil
Members
Functions
from
Hex
Link copied to clipboard
fun
fromHex
(
stringWithHex
:
String
)
:
ByteArray
Decodes a string with hexadecimal numbers.
to
Hex
Link copied to clipboard
fun
toHex
(
bytes
:
ByteArray
,
upperCase
:
Boolean
=
false
,
byteDivider
:
String
=
""
,
decodeAsString
:
Boolean
=
false
)
:
String
Encodes a byte array into hexadecimal numbers.