System.JSON.TJSONNumber.GetAsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsInt64: Int64;

C++

__int64 __fastcall GetAsInt64();

Eigenschaften

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

Beschreibung

Gibt die Int64-Repräsentation der Zahl zurück.

GetAsInt64 gibt die Int64-Repräsentation der Zahl zurück.

Siehe auch