Checking the Data Type of an Object
The data type of an object can be checked using the getType method in the following way:
IliValue value;
...
if (value.getType() == IliDateType) {
...
}
Published date: 05/24/2022
Last modified date: 02/24/2022