System.JSON.GetJSONFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONFormat: TFormatSettings;

C++

extern DELPHI_PACKAGE System::Sysutils::TFormatSettings __fastcall GetJSONFormat(void);

Properties

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

Description

Returns the US format settings.

GetJSONFormat is used to return the US System.SysUtils.TFormatSettings. GetJSONFormat is used in BCD conversions on JSON.

See Also