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

true si la chaîne est vide ou nulle, false sinon.

Voir aussi

String::IsNullOrEmpty(const String&) method

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

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

ReturnValue

true si la chaîne est nulle ou vide, false sinon.

Voir aussi