BINTOHEX
Returns the hexidecimal representation of a binary value.
Syntax
BINTOHEX(binValue)
binValue - the binary value which should be converted to a hexadecimal value - Value type: text
Remarks
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:

Last updated