Returns a string, in character format, that represents
hexstring converted
to binary. The hexstring is a string of
hexadecimal characters. It
can be of any length. Each hexadecimal character is converted to a string
of 4 binary digits. You can optionally include whitespace characters in
hexstring (at
byte boundaries only, not leading or trailing) to improve readability; they
are ignored.
The returned string has a length that is a multiple of 4, and does not
include any whitespace.
If hexstring is null, the function
returns a null string.