Link to this page
Print this page
Parent topic
:
Conversion Functions
Template Functions
/
Conversion Functions
bool()
The
bool()
function converts an expression to a boolean.
Syntax
bool(
expr
)
Note:
expr
is the expression to convert.