Attempts to convert the specified value to a boolean.
Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions
Java Copy Code |
---|
Boolean toBool ( |
The value to convert.
A boolean value corresponding to the specified value, or null, if value cannot be represented as boolean.
This method is usually used when trying to interpret a parameter passed to a custom function.