طريقة System::String::IsNullOrEmpty

String::IsNullOrEmpty() const method

يتحقق مما إذا كانت السلسلة فارغة أو تُعتبر null.

bool System::String::IsNullOrEmpty() const

ReturnValue

صحيح إذا كانت السلسلة فارغة أو null، خطأ خلاف ذلك.

انظر أيضًا

String::IsNullOrEmpty(const String&) method

يتحقق مما إذا كانت السلسلة الممررة null أو فارغة.

static bool System::String::IsNullOrEmpty(const String &str)
معاملنوعالوصف
strconst String&String للتحقق.

ReturnValue

صحيح إذا كانت السلسلة null أو فارغة، خطأ خلاف ذلك.

انظر أيضًا