Lucee Function Reference
Function TRUEFALSEFORMAT
True, for a non-zero value; False, otherwise.
Example
truefalseformat(any value):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
value | any | Yes | a value that can be casted to a boolean |