Converts the byte array to a string containing the corresponding
character byte values written in two-digit lowercase hex format.
|
Bytes
Array of Bytes
|
Byte array. |
|
With Prefix
Boolean
|
If true, the hex code will be prefixed with "0x" (Default: True). |
|
Return Value
String
|
Hex string from byte array; will be empty if conversion fails. |