Table of Contents

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;

See also