Show: Delphi C++
Display Preferences

System.WideString.IntToHex

From XE2 API Documentation
Jump to: navigation, search

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.

Personal tools
Previous Versions
Translations