org.mapdb / DataIO / fromHexa

fromHexa

static fun fromHexa(s: String): ByteArray

Converts hexadecimal string into binary data

Parameters

s - hexadecimal string

Exceptions

NumberFormatException - in case of string format error

Return
binary data