Метод System::String::IsNullOrEmpty
String::IsNullOrEmpty() const method
Проверяет, пуста ли строка или считается null.
bool System::String::IsNullOrEmpty() const
ReturnValue
true, если строка пуста или null, иначе false.
См. также
- Class String
- Namespace System
- Library Aspose.Font for C++
String::IsNullOrEmpty(const String&) method
Проверяет, является ли переданная строка null или пуста.
static bool System::String::IsNullOrEmpty(const String &str)
| Параметр | Тип | Описание |
|---|---|---|
| str | const String& | String для проверки. |
ReturnValue
true, если строка null или пуста, иначе false.
См. также
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++