IJsonElement.AsDouble

Syntax

AsDouble: Double;

Description

The AsDouble property returns the element as a real value.

Example

The example of use is given in description of the IJsonDocument.ReadFromFile method.

See also:

IJsonElement