getBoolean
Type
handler
Summary
Get any value as boolean
Syntax
getBoolean(<pValue>)
Description
Try to get any value as a boolean. if can not convert the value then false is returned.
note
This handler is for internal use.
Parameters
Name | Type | Description |
---|---|---|
pValue | Value to be converted to boolean. |
Value
Name | Type | Description |
---|---|---|
return | A boolean as result of the conversion, false if the conversion fails. |