Converts a Hex number as text to a Binary number as text.
hex2bin( value, [place] )
value: (Text) Hex value as text to convert, such as A5
.
place: (Number) The number of places to return.
Text
Invalid digits for a value parameter, including signs, are ignored.
The default value for place is however many places are necessary to represent the number.
hex2bin(64)
returns 1100100