library / org.akop.kotx.ext.basic / kotlin.ByteArray / toHexString

toHexString

fun ByteArray.toHexString(): String

Returns the byte array as a hexadecimal string.

Return
Hexadecimal representation of the byte array.