standard.lib.str.BinToNumber

BinToNumber is available since version 1.0.

Prototype:

number BinToNumber(string)

Description:

Converts a string containing 1 and 0 representing a number in binary, to a Concept static number. See NumberToBin for the reverse operation.

Return value:

Returns the number resulted from the string interpretation.