System::String::IsNullOrWhiteSpace metodo
String::IsNullOrWhiteSpace method
Indica se una stringa specificata è nulla, vuota o è composta solo da caratteri di spazio bianco.
static bool System::String::IsNullOrWhiteSpace(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String da controllare. |
ReturnValue
true se la stringa è null o vuota o è composta esclusivamente da caratteri di spazio bianco, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++