طريقة System::String::IsNullOrEmpty
String::IsNullOrEmpty() const method
يتحقق مما إذا كانت السلسلة فارغة أو تُعتبر null.
bool System::String::IsNullOrEmpty() const
ReturnValue
صحيح إذا كانت السلسلة فارغة أو null، خطأ خلاف ذلك.
انظر أيضًا
- 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
صحيح إذا كانت السلسلة null أو فارغة، خطأ خلاف ذلك.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++