System::String::IsNullOrEmpty methode

String::IsNullOrEmpty() const method

Controleert of de string leeg is of als null wordt beschouwd.

bool System::String::IsNullOrEmpty() const

ReturnValue

true als de string leeg of null is, false anders.

Zie ook

String::IsNullOrEmpty(const String&) method

Controleert of de meegegeven string null of leeg is.

static bool System::String::IsNullOrEmpty(const String &str)
ParameterTypeBeschrijving
strconst String&String om te controleren.

ReturnValue

true als de string null of leeg is, false anders.

Zie ook