IsSuffix()
Contents
[
Hide
]CompareInfo::IsSuffix(const String&, const String&, CompareOptions) const method
Checks if the specified string ends with the specified suffix using the specified compare options.
virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix, CompareOptions options) const
Arguments
Parameter | Type | Description |
---|---|---|
source | const String& | Source string. |
suffix | const String& | Suffix string. |
options | CompareOptions | Compare options. |
Return Value
True if string ends with suffix; otherwise false.
CompareInfo::IsSuffix(const String&, const String&) const method
Checks if the specified string ends with the specified suffix.
virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix) const
Arguments
Parameter | Type | Description |
---|---|---|
source | const String& | Source string. |
suffix | const String& | Suffix string. |
Return Value
True if string ends with suffix; otherwise false.
See Also
- Enum CompareOptions
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Slides