convert an array of bytes(Number) to hexadecimal string.
an array of byte
hexadecimal string
hextoBA
hextoBA([97, 97, 97]) -> "616161" Copy
hextoBA([97, 97, 97]) -> "616161"
convert an array of bytes(Number) to hexadecimal string.