System.JSON.TJSONString.Hex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function Hex(const Digit: TInt15): Byte; static;

C++

static System::Byte __fastcall Hex(const TInt15 Digit);

Propriétés

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

Description

Convertit le chiffre donné en son équivalent chiffre hexadécimal.

Appelez Hex pour convertir le chiffre donné en son équivalent chiffre hexadécimal.

Hex renvoie le code du chiffre hexadécimal ASCII correspondant.