System.JSON.Readers.TJsonReader.ReadAsDoubleInternal
Delphi
function ReadAsDoubleInternal: Double;
C++
double __fastcall ReadAsDoubleInternal();
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.