IntToBin function
function
IntToBin(Value: Integer; Digits: Byte): string;
Unit
SynaUtil
Description
Return
s a
string
of
bin
ary
"D
igits
"
representing
"V
alue
"
.
See also:
BinToInt