b2d PowerHome formula function
Description
Converts a binary string to a decimal
number.
Syntax
b2d( binnum
)
Argument |
Description |
binnum
|
String. The binary string to
convert to a
decimal number.
|
Return value
Unsigned Long. Returns the converted
decimal number
Usage
None
Examples
The following examples demonstrate typical syntax/usage for this function.
b2d("110101111100")
The above example returns the
decimal number
3452