CString::IsEmpty

BOOL IsEmpty ( ) const;

Valore restituito

Diverso da zero se l'oggetto CString ha lunghezza 0; in caso contrario 0.

Osservazioni

Test un CString oggetto la condizione di vuoto.

Esempio

Nell'esempio seguente viene illustrato l'utilizzo di CString::IsEmpty.

/ / esempio per CString::IsEmpty
CString s;
ASSERT (s.IsEmpty())

CString panoramica |nbsp; Membri della classe | Gerarchia Chart

Vedere a&nchenbsp;CString::GetLength

Index