Previous Topic: CaString& ToLower ( void )

Next Topic: CaString& MakeEmpty( void )


bool IsEmpty(void) const

Determines if value is set to NULL, an empty string, or data.

Owning Class

CaString

Arguments

None

Return Value

bool - true if NULL or empty, false if length > 0

Example

CaString d(“My String”); bool bResult = d.IsEmpty();

More information: