Data type operators

Data type operators allow you cast a data type or create an instance of a data type.

Table 1. Data type operators
Operator Description
CAST The CAST operator converts a value or object to the type or class specified.
INSTANCEOF The INSTANCEOF checks the class of an object.