HUtilities Class Descriptions › CaData › bool IsNull(void) const
Checks to see whether the value of the CaData object is NULL.
CaData
None
bool - true if NULL, false if not
Example
CaData d; bool bResult = d.IsNull();
More information: