System.JSON.TJSONBool.ToString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool


説明

現在の JSON ブーリアン値を文字列にシリアライズします。


ToString は、TJSONBool インスタンスが True の場合 TrueString を、そうでなければ FalseString を返します。

関連項目