System.JSON.TJSONNumber.ToString
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
Sérialise la valeur du nombre JSON en cours dans une chaîne et renvoie la chaîne résultante.
Pour sérialiser le nombre JSON en conteneur d'octets, utilisez la méthode ToBytes.