Returns TRUE if the given value is a boolean and FALSE if not.
IsBoolean([Value])
Where:
Value is the value to check.
Rule | Meaning |
---|---|
IsBoolean(OptionRequiredReturn) | Will return TRUE when the value coming from the control OptionRequired is TRUE or FALSE otherwise it will return FALSE. |