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& | سلسلة المصدر. |
| suffix | const String& | سلسلة اللاحقة. |
ReturnValue
صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
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& | سلسلة المصدر. |
| suffix | const String& | سلسلة اللاحقة. |
| الخيارات | CompareOptions | خيارات المقارنة. |
ReturnValue
صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++