IJsonElement.AsInt64

Syntax

AsInt64: Int64;

Description

The AsInt64 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