Evaluates the input as a boolean, and outputs either true or false. If not a boolean throws an exception.
booleanFormat(value)
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
value | numeric | Yes |
booleanFormat(1)
booleanFormat(0)
booleanFormat(-1)
booleanFormat(5)