IntToBin function
function
IntToBin(Value: Integer; Digits: Byte): string;
Unit
SynaUtil
Description
Returns a string of binary "Digits" representing "Value".
See also:
BinToInt