Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

coerce.to boolean

Daniel Gorman edited this page Nov 4, 2019 · 3 revisions

The coerce.to-boolean Function

Function Group: Coercion

coerce.to-boolean attempts to coerce an unknown datum to an boolean type.

Syntax

coerce.to-boolean(arg1)

  • arg1 is any datum

Notes

To coerce data into a string, use coerce.to-string

To coerce data into an integer, use coerce.to-integer

To coerce data into a float, use coerce.to-float

Clone this wiki locally