Returns the hexidecimal representation of a binary value.
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:
Last updated 2 months ago