variant.isnull
Enables to define whether or not a variable is NULL. This method enables you to define whether or not a variable is NULL - the VARIANT( VT_NULL ) type.
method uint VARIANT.isnull()
Return value
The method returns 1, if the VARIANT variable is of the VT_NULL type, otherwise, it returns zero.
Related links | Source |