This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
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)
-
arg1
is 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