BINTOHEX

Returns the hexidecimal representation of a binary value.

Syntax

BINTOHEX(binValue)

  1. binValue - the binary value which should be converted to a hexadecimal value - Value type: text

Remarks

  1. The function returns the hexidecimal representation of binValue, as a text in lower letters (like “ffaa88”)

  2. 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