Table of Contents

TJElement.AsInt64 Method

Returns the value of this element as an Int64.

Remarks

Raises EInvalidJsonCast if the element cannot be converted to Int64.

Syntax

Unit: Bcl.Json.Classes

function TJElement.AsInt64: Int64; virtual;

See also