System.JSON.TJSONBool.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 TJSONBool


Description

Sérialise la valeur booléenne JSON en cours dans une chaîne.

ToString renvoie TrueString si l'instance de TJSONBool est True et FalseString sinon.

Voir aussi