Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the parameter is a Boolean type.
Syntax
public boolean isBoolean()
Run On
Called
Return Value
Type: boolean
true if the parameter is Boolean; otherwise, false.
Remarks
A Boolean type in X++ is not a primitive type but an enumeration. Therefore, this method provides the check for a Boolean type.