<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Checks if a value is a Boolean type.
syntax
IsBool(
val
)
Parameters
Type:
General purpose
value.
Return Value
Boolean
FALSE - The value is not a Boolean. TRUE - The value is a Boolean.
Explanation
Checks if a value is a Boolean.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind format)
reference
GetValueType
IsBool
IsNum
IsStr
IsTime
IsObj
IsValid
IsValidStr