Metodo System::String::IsNullOrEmpty
String::IsNullOrEmpty() const method
Verifica se la stringa è vuota o è considerata nulla.
bool System::String::IsNullOrEmpty() const
ReturnValue
true se la stringa è vuota o null, false altrimenti.
Vedi anche
- Class String
- Namespace System
- Library Aspose.Font for C++
String::IsNullOrEmpty(const String&) method
Verifica se la stringa passata è nulla o vuota.
static bool System::String::IsNullOrEmpty(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String da controllare. |
ReturnValue
true se la stringa è null o vuota, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++