Module: Editor
Version: 4.3.0 +
Description
The Formula ConvertToBoolean is an deprecated formula automatically generated while converting Futurama documents from versions before 4.3.0 to Futurama version from 4.3.0. This formula cannot be created manually in the editor and is only introduced to make the conversion from some kinds of formulas to the more strict interpretation for version from Futurama 4.3.0 possible.
The Formula ConvertToBoolean converts a long, double or string value to a boolean.
Long: 0 is converted to FALSE, other values are converted to TRUE.
Double: 0 is converted to FALSE, other values are converted to TRUE.
String: 'TRUE', 'true' and 'True' are converted to TRUE, 'FALSE', 'false' and 'False' are converted to FALSE.
Parameters
Value:
This is the long, double or string value that is to be converted.