Open main menu

RAD Studio API Documentation β

System.JSON.TJSONNull.ToString

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 TJSONNull

Description

Returns a 'null' string.

To serialize the JSON null value into a byte container, use the ToBytes method.

See Also