Convert hexadecimal string to byte array.
Input hexadecimal string (case insensitive).
The input is expected to be valid hexadecimal string. If the input is invalid, the output would be wrong, but no error would be thrown.
Convert hexadecimal string to byte array.