API:System.JSON.TJSONNumber.ToString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);

Propriétés

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

Description

Renvoie la chaîne JSON sous la forme d'une chaîne délimitée.

System.JSON.TJSONNumber.ToString hérite de System.JSON.TJSONString.ToString. Tout le contenu en-dessous de cette ligne se réfère à System.JSON.TJSONString.ToString.

Renvoie la chaîne JSON sous la forme d'une chaîne délimitée.

Pour sérialiser la chaîne JSON dans un conteneur d'octets, utilisez la méthode ToBytes.

Voir aussi