BinToInt function

function BinToInt(Const Value: string): Integer;

Unit
SynaUtil

Description
Return integer from binary string in value. (i.e. ('10001010')

See also:
IntToBin