|
DecToBin function
Numerical conversion routines |
|
| acUtils
|
| function DecToBin(Value: LongInt): String;
|
| The DecToBin function converts decimal integer value (aValue parameter) to binary string value (Result).
|
|
|
| For example, result of DecToBin(123456) will be 11110001001000000.
|
| BinToDec, DecToHex and HexToDec functions.
|