IntToBin function

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

Unit
synautil

Description
Returns a string of binary "Digits" representing "Value".


See also:
BinToInt