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
- Class String
- Namespace System
- Library Aspose.Page for C++
String::IsNullOrEmpty(const String&) method
Geçilen dizenin null veya boş olup olmadığını kontrol eder.
static bool System::String::IsNullOrEmpty(const String &str)
| Parameter | Type | Açıklama |
|---|---|---|
| str | const String& | String kontrol etmek için. |
ReturnValue
dize null veya boş ise true, aksi takdirde false.
Ayrıca Bakınız
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++