Overview
This function lets you cast (treat) an object, variable, or value as a boolean.
Parameters
asBool(object)
Object
The object, variable, or value to convert to boolean.
For example...
asBool(1)
Returns true.
asBool(0)
Returns false.
An expression editor function that converts an object to a boolean type.
This function lets you cast (treat) an object, variable, or value as a boolean.
asBool(object)
The object, variable, or value to convert to boolean.
For example...
asBool(1)
Returns true.
asBool(0)
Returns false.