BINTODEC
Returns a decimal number from a binary value.
Syntax
BINTODEC(binValue)
binValue - the binary value which should be converted to a decimal number - Value type: text
Remarks
The function returns the decimal representation of binValue, as value type number.
A negative binValue returns a negative decimal number.
Examples
Example 1 - BINTODEC of a single value:

Example 2 - BINTODEC for a range of values:

Last updated