System.JSON.TJSONNumber.GetAsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInt64: Int64;

C++

__int64 __fastcall GetAsInt64();

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNumber

Description

Returns the Int64 representation of the number.

GetAsInt64 returns the Int64 representation of the number.

See Also