bin2dec( value )
Converts a Binary number as text to a Decimal number.
Keyword | Type | Description |
---|---|---|
|
Text |
Binary value as text to convert, such as |
Integer
Invalid digits for a value parameter, including signs, are ignored.
bin2dec(10000)
returns 16