System::String::IsNullOrEmpty-Methode
String::IsNullOrEmpty() const method
Überprüft, ob der String leer ist oder als null betrachtet wird.
bool System::String::IsNullOrEmpty() const
ReturnValue
true, wenn der String leer oder null ist, sonst false.
Siehe auch
- Class String
- Namespace System
- Library Aspose.Font for C++
String::IsNullOrEmpty(const String&) method
Überprü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 Prüfen. |
ReturnValue
true, wenn der String null oder leer ist, sonst false.
Siehe auch
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++