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;
Returns the value of this element as an Int64.
Raises EInvalidJsonCast if the element cannot be converted to Int64.
Unit: Bcl.Json.Classes
function TJElement.AsInt64: Int64; virtual;