BINTOHEX
Returns the hexidecimal representation of a binary value.
Last updated
Returns the hexidecimal representation of a binary value.
Last updated
BINTOHEX(binValue)
binValue - the binary value which should be converted to a hexadecimal value - Value type: text
The function returns the hexidecimal representation of binValue, as a text in lower letters (like “ffaa88”)
A negative binValue returns a negative hexadecimal value.
Examples
Example 1 - BINTOHEX of a single value:
Example 2 - BINTOHEX for a range of values: