HEXTOBIN
Returns a binary value from a hexadecimal value.
Last updated
Returns a binary value from a hexadecimal value.
Last updated
HEXTOBIN(hexValue)
hexValue - the hexadecimal value which should be converted to a binary value - Value type: text
The function returns the binary representation of hexValue, as a text containing 0 and 1 (like “100101").
A negative hexValue returns a negative binary value.
Examples
Example 1 - HEXTOBIN of a single value:
Example 2 - HEXTOBIN for a range of values: