System.JSON.TJSONObject.HexToDecimal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function HexToDecimal(const Value: Byte): Integer; static; inline;

C++

static int __fastcall HexToDecimal(const System::Byte Value);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

Description

Convertit le caractère hexadécimal donné en son équivalent décimal.

HexToDecimal est une fonction utilitaire qui convertit le caractère hexadécimal donné par le paramètre Value en son équivalent décimal correspondant.