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 nulla, 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 verificare.

ReturnValue

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

Vedi anche