System::String::IsEmpty yöntemi

String::IsEmpty method

Dizenin hem null olmayan hem de boş olup olmadığını kontrol eder.

bool System::String::IsEmpty() const

ReturnValue

dize boş ve null değilse true, aksi takdirde false.

Ayrıca Bakınız