core / com.vmadalin.core.extensions / kotlin.ByteArray

Extensions for kotlin.ByteArray

toHex

Convert any byte array to hexadecimal string.

fun ByteArray.toHex(): String