HUtilities Class Descriptions › CaString › bool IsEmpty(void) const
Determines if value is set to NULL, an empty string, or data.
CaString
None
bool - true if NULL or empty, false if length > 0
Example
CaString d(“My String”); bool bResult = d.IsEmpty();
More information: