CTString::IsEmpty
Syntax
CTBOOL IsEmpty( ) const
Parameters
This method has no parameters.
Description
Verifies if this string is NULL or the length is zero.
Return
IsEmpty() returns YES if the string is NULL or length is zero, NO otherwise.
See also
Empty(), Length()