IntToBin function

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

Unit
SynaUtil

Description
Return string with bin digits representing value.

See also:
BinToInt