System::String::IsNullOrWhiteSpace method
String::IsNullOrWhiteSpace method
Geeft aan of een opgegeven string null, leeg, of uitsluitend uit witruimte‑tekens bestaat.
static bool System::String::IsNullOrWhiteSpace(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | String om te controleren. |
ReturnValue
true als de string null of leeg is of uitsluitend uit witruimte-tekens bestaat, anders false.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++