TJElement.AsDouble Method
Returns the value of this element as a Double.
Remarks
Raises EInvalidJsonCast if the element cannot be converted to Double.
Syntax
Unit: Bcl.Json.Classes
function TJElement.AsDouble: Double; virtual;
Returns the value of this element as a Double.
Raises EInvalidJsonCast if the element cannot be converted to Double.
Unit: Bcl.Json.Classes
function TJElement.AsDouble: Double; virtual;