System::Globalization::CompareInfo::IsSuffix method

CompareInfo::IsSuffix(const String&, const String&) const method

يتحقق مما إذا كانت السلسلة المحددة تنتهي باللاحقة المحددة.

virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix) const
معاملنوعالوصف
المصدرconst String&سلسلة المصدر.
suffixconst String&سلسلة اللاحقة.

ReturnValue

صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.

انظر أيضًا

CompareInfo::IsSuffix(const String&, const String&, CompareOptions) const method

يتحقق مما إذا كانت السلسلة المحددة تنتهي باللاحقة المحددة باستخدام خيارات المقارنة المحددة.

virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix, CompareOptions options) const
معاملنوعالوصف
المصدرconst String&سلسلة المصدر.
suffixconst String&سلسلة اللاحقة.
الخياراتCompareOptionsخيارات المقارنة.

ReturnValue

صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.

انظر أيضًا