DecToBin function
Numerical conversion routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function DecToBin(Value: LongInt): String;  

Description
The DecToBin function converts decimal integer value (aValue parameter) to binary string value (Result).  
 
For example, result of DecToBin(123456) will be 11110001001000000.  

See also
BinToDec, DecToHex and HexToDec functions.