Show: Delphi
C++
Display Preferences
System.WideString.IntToHex
From XE2 API Documentation
C++
static WideString __fastcall IntToHex(int value, int digits);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Converts a number into a string containing the number's hexadecimal (base 16) representation.
Value is the number to convert. Digits indicates the minimum number of hexadecimal digits.