System.JSON.TJSONString.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value();

Properties

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

Description

Returns the string content of the JSON string.

Value returns the string representing the array of characters - contained in the FStrBuffer field - that is used to store the actual JSON string data.

Value returns an empty string '' if FStrBuffer keeps null.

Compare with ToString.

See Also