طريقة System::Globalization::CompareInfo::IsSuffix
محتويات
[
يخفي
]CompareInfo::IsSuffix(const String&, const String&) const method
يتحقق مما إذا كانت السلسلة المحددة تنتهي باللاحقة المحددة.
virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix) const
| Parameter | Type | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| اللاحقة | const String& | سلسلة اللاحقة. |
ReturnValue
صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.
انظر أيضًا
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page 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
| Parameter | Type | الوصف |
|---|---|---|
| المصدر | const String& | سلسلة المصدر. |
| اللاحقة | const String& | سلسلة اللاحقة. |
| خيارات | CompareOptions | قارن الخيارات. |
ReturnValue
صحيح إذا انتهت السلسلة باللاحقة؛ وإلا خاطئ.
انظر أيضًا
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++