bytes2 Hex String
Bytes to hex string.
e.g. bytes2HexString(new byte[] { 0, (byte) 0xa8 }) returns "00A8"
Return
hex string
Parameters
bytes
The bytes.
Bytes to hex string.
e.g. bytes2HexString(new byte[] { 0, (byte) 0xa8 }) returns "00A8"
hex string
The bytes.