BINTODEC
Returns a decimal number from a binary value.
Last updated
Returns a decimal number from a binary value.
Last updated
BINTODEC(binValue)
binValue - the binary value which should be converted to a decimal number - Value type: text
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: