System::String::IsNullOrEmpty yöntemi

String::IsNullOrEmpty() const method

Dizenin boş olup olmadığını veya 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çilen dizenin null veya boş olup olmadığını kontrol eder.

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

ReturnValue

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

Ayrıca Bakınız