طريقة System::String::IsNull
String::IsNull method
تتحقق مما إذا كانت السلسلة تعتبر null. String تكون null فقط إذا تم إنشاؤها عبر المُنشئ String()، أو تم نقلها، أو نسخها أو تعيينها من سلسلة null أو تم استدعاء طريقة reset().
bool System::String::IsNull() const
ReturnValue
صحيح إذا كانت السلسلة تعتبر null، خطأ خلاف ذلك.
انظر أيضًا
- Class String
- Namespace System
- Library Aspose.Page for C++