IJsonElement.AsInteger

Syntax

AsInteger: Integer;

Description

The AsInteger property returns the element as an integer value.

Example

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

See also:

IJsonElement