System::String::IsNullOrEmpty method

String::IsNullOrEmpty() const method

Dizenin boş ya da null olarak kabul edilip edilmediğini kontrol eder.

bool System::String::IsNullOrEmpty() const

ReturnValue

dize boş veya null ise true, aksi takdirde false.

Ayrıca Bakınız

String::IsNullOrEmpty(const String&) method

Geçirilen dizenin null ya da boş olup olmadığını kontrol eder.

static bool System::String::IsNullOrEmpty(const String &str)
ParametreTürAçıklama
strconst String&String kontrol etmek için.

ReturnValue

dize null veya boş ise true, aksi takdirde false.

Ayrıca Bakınız