Section courante

A propos

Section administrative du site

INTTOHEX

Entier à hexadécimal
Free Pascal sysutils

Syntaxe

Function IntToHex(Value:LongInt;Digits:Integer):string;
Function IntToHex(Value:Int64;Digits:Integer):string;
Function IntToHex(Value:QWord;Digits:Integer):string;

Description

Cette fonction permet d'effectuer la conversion d'une valeur décimal à une valeur hexadécimal dans une chaîne de caractères de forme standard Pascal.



Dernière mise à jour : Mardi, le 25 Août 2020