Converts byte array to hexadecimal string Inverse operation of convertHexStringToByteArray
The (unsigned) byte array to be converted
If true, converts hex string with uppercase characters (Default: false)
A hex string representing the byte array input
Converts byte array to hexadecimal string Inverse operation of convertHexStringToByteArray