System::String::IsNullOrEmpty methode
String::IsNullOrEmpty() const method
Controleert of de string leeg is of als null wordt beschouwd.
bool System::String::IsNullOrEmpty() const
ReturnValue
true als de string leeg of null is, false anders.
Zie ook
- Class String
- Namespace System
- Library Aspose.Page for C++
String::IsNullOrEmpty(const String&) method
Controleert of de meegegeven string null of leeg is.
static bool System::String::IsNullOrEmpty(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | String om te controleren. |
ReturnValue
true als de string null of leeg is, false anders.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++