BinToInt function
function
BinToInt(Const Value: string): Integer;
Unit
SynaUtil
Description
Return
s an
integer
equivalent of the
binary string in
"V
alue
"
. (i.e. ('10001010')
returns 138 )
See also:
IntToBin