System.JSON.Readers.TJsonReader.ReadAsIntegerInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsIntegerInternal: Integer;

C++

int __fastcall ReadAsIntegerInternal();

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 ReadAsInteger.

ReadAsIntegerInternal provides the implementation for the ReadAsInteger function to read a JSON as an Integer value.

ReadAsInteger returns an Integer value.

See Also