System::String::IsNullOrEmpty méthode

String::IsNullOrEmpty() const method

Vérifie si la chaîne est vide ou considérée comme nulle.

bool System::String::IsNullOrEmpty() const

ReturnValue

vrai si la chaîne est vide ou nulle, faux sinon.

Voir aussi

String::IsNullOrEmpty(const String&) method

Vérifie si la chaîne passée est nulle ou vide.

static bool System::String::IsNullOrEmpty(const String &str)
ParamètreTypeDescription
strconst String&String à vérifier.

ReturnValue

vrai si la chaîne est nulle ou vide, faux sinon.

Voir aussi