System.JSON.Readers.TJsonReader.ReadAsDoubleInternal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadAsDoubleInternal: Double;

C++

double __fastcall ReadAsDoubleInternal(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 ReadAsDouble.

ReadAsDoubleInternal provides the implementation for the ReadAsDouble function to read a JSON token as a Double value.

ReadAsDoubleInternal returns a Double value.

See Also