System::String::IsNullOrEmpty-Methode
String::IsNullOrEmpty() const method
Prüft, ob ein String leer ist oder als null betrachtet wird.
bool System::String::IsNullOrEmpty() const
ReturnValue
true, wenn der String leer oder null ist, andernfalls false.
Siehe auch
- Class String
- Namespace System
- Library Aspose.Page for C++
String::IsNullOrEmpty(const String&) method
Prüft, ob der übergebene String null oder leer ist.
static bool System::String::IsNullOrEmpty(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | String zum Überprüfen. |
ReturnValue
true, wenn der String null oder leer ist, andernfalls false.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++