IntToBin function

function IntToBin(Value: Integer; Digits: Byte): string;

Unit
SynaUtil

Description
Return
s a string of binary "Digits" representing "Value".

See also:
BinToInt