Table of Contents

TJPrimitive.AsBoolean Method

Returns the value as a Boolean. Attempts type conversion if the stored value is not Boolean.

Syntax

Unit: Bcl.Json.Classes

function TJPrimitive.AsBoolean: Boolean; override;

See also