System.WideString.IntToHex

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

static WideString IntToHex(int value, int digits);

Propriétés

Type Visibilité  Source Unité  Parent
function public wstring.h System WideString

Description

Convertit un nombre en une chaîne contenant la représentation hexadécimale (base 16) de ce nombre.

Valeur est le nombre à convertir. Digits indique le nombre minimal de chiffres hexadécimaux.