Metodo System::String::IsNullOrEmpty

String::IsNullOrEmpty() const method

Verifica se la stringa è vuota o è considerata nulla.

bool System::String::IsNullOrEmpty() const

ReturnValue

true se la stringa è vuota o null, false altrimenti.

Vedi anche

String::IsNullOrEmpty(const String&) method

Verifica se la stringa passata è nulla o vuota.

static bool System::String::IsNullOrEmpty(const String &str)
ParametroTipoDescrizione
strconst String&String da controllare.

ReturnValue

true se la stringa è null o vuota, false altrimenti.

Vedi anche