System.JSON.GetJSONFormat

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetJSONFormat: TFormatSettings;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON


Beschreibung

Gibt die US-Formateinstellungen zurück.

Mit GetJSONFormat werden die US-Einstellungen aus System.SysUtils.TFormatSettings zurückgegeben. GetJSONFormat wird in BCD-Konvertierungen für JSON verwendet.

Siehe auch