System.JSON.TJSONBool.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONBool

Description

Serializes the current JSON boolean value into a string.

ToString returns TrueString if TJSONBool instance is True and FalseString otherwise.

See Also