System.JSON.Readers.TJsonReader.ReadAsInt64Internal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsInt64Internal: Int64;

C++

__int64 __fastcall ReadAsInt64Internal(void);

Properties

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

Description

Provides the implementation for ReadAsInt64.

ReadAsInt64Internal provides the implementation for the ReadAsInt64 function to read a JSON token as a 64-bit Integer value.

ReadAsInt64Internal returns an Int64 value.

See Also