convert an hexadecimal string to array of numbers.
a hexadecimal string
array of numbers
BAtohex
hextoBA("616161") -> [97, 97, 97] Copy
hextoBA("616161") -> [97, 97, 97]
convert an hexadecimal string to array of numbers.