toHexString

open fun toHexString(source: Array<Byte>): String

Converts the given array of bytes into hexadecimal string.

Return

the converted hexadecimal string.

Parameters

source

an array of bytes.