BIN2DEC

BIN2DEC(arg1) → { number | string | boolean }

Converts a binary number to decimal.

Parameters:

Name Type Description
arg1 any

Is the binary number you want to convert.

Returns:

Type
number | string | boolean