Icon GetBoolean Method

function GetBoolean: Boolean

Available In: Client and Server Applications

Use this method to retrieve the current token as a boolean value.

Information If the Token property is not equal to tkSymbol and the TokenString property is not a valid JSON boolean literal (true, false), an exception will be raised.
Image