RAD Studio VCL Reference
|
Converts number into string containing the number's hexadecimal (base 16) representation.
function IntToHex(value: Integer; digits: Integer): UnicodeString; static;
static __fastcall UnicodeString IntToHex(int value, int digits);
Value is the number to convert. Digits indicates the minimum number of hexadecimal digits.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|