This repository was archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
coerce.to boolean
Daniel Gorman edited this page Nov 4, 2019
·
3 revisions
coerce.to-boolean attempts to coerce an unknown datum to an boolean type.
coerce.to-boolean(arg1)
-
arg1is any datum
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