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