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

Declarations
function DecToHex(Value: LongInt): String;  
function HexToDec(Value: String): LongInt;  
function DecToBin(Value: LongInt): String;  
function BinToDec(Value: String): LongInt;  
function DecToRoman(Value: Integer): String;  
function Int2x32To64(IntHi, IntLo: DWord): LongLong;  

Description
Routines for numerical conversions for major scales of notation.