Returns TRUE if the given value is not a boolean and FALSE if it is.
IsNonBoolean(Value As String)
Where:
Value is the value to check.
| Rule | Meaning |
|---|---|
| IsNonBoolean(OptionRequiredReturn) | Will return TRUE when the value coming from the control OptionRequired is not a Boolean value. |