fromHex

fun fromHex(string: String): ByteArray

Utility function for converting between hex and byte arrays.

Since

0.2.0

Return

the byte array

Parameters

string

the hex string to convert