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

Description

Returns the localized string representation.

Value returns the localized string representation.

See Also