You are on page 1of 1

4/16/23, 10:16 PM Booleans :: Lucee Documentation


(/index.html)
Booleans

Docs (https://docs.lucee.org/index.html)
 Categories (https://docs.lucee.org/categories.html)
 Booleans (https://docs.lucee.org/categories/boolean.html)

 (https://github.com/lucee/lucee-
docs/edit/master/docs/05.categories/040.boolean/category.md)
Methods
boolean.booleanFormat() (/reference/objects/boolean/booleanformat.html) True, for a non-
zero value; False, otherwise.
boolean.yesNoFormat() (/reference/objects/boolean/yesnoformat.html) Yes, for a non-zero
value; No, otherwise.

Objects
Boolean (/reference/objects/boolean.html)

Functions
BooleanFormat() (/reference/functions/booleanformat.html) True, for a non-zero value; False,
otherwise.
IsBoolean() (/reference/functions/isboolean.html) Determines if the object represents a
boolean value
IsValid() (/reference/functions/isvalid.html) Tests whether a value meets a validation or data
type rule.
TrueFalseFormat() (/reference/functions/truefalseformat.html) True, for a non-zero value;
False, otherwise.
YesNoFormat() (/reference/functions/yesnoformat.html) Yes, for a non-zero value; No,
otherwise.

The Lucee Documentation is developed and maintained by the Lucee Association Switzerland
and is licensed under a (http://creativecommons.org/licenses/by-nc-sa/3.0/)
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
(http://creativecommons.org/licenses/by-nc-sa/3.0/).

https://docs.lucee.org/categories/boolean.html 1/1

You might also like