BINTODEC

Returns a decimal number from a binary value.

Syntax

BINTODEC(binValue)

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

Remarks

  1. The function returns the decimal representation of binValue, as value type number.

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