BinToInt function

function BinToInt(Const Value: string): Integer;

Unit
SynaUtil

Description
Returns an integer equivalent of the binary string in "Value". (i.e. ('10001010') returns 138 )


See also:
IntToBin