System::Globalization::CompareInfo::IsSuffix-methode
inhoud
[
verbergen
]CompareInfo::IsSuffix(const String&, const String&) const method
Controleert of de opgegeven string eindigt met het opgegeven achtervoegsel.
virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| achtervoegsel | const String& | Achtervoegseltekenreeks. |
ReturnValue
Waar als de tekenreeks eindigt op het achtervoegsel; anders onwaar.
Zie ook
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::IsSuffix(const String&, const String&, CompareOptions) const method
Controleert of de opgegeven string eindigt met het opgegeven achtervoegsel met behulp van de opgegeven vergelijkingsopties.
virtual bool System::Globalization::CompareInfo::IsSuffix(const String &source, const String &suffix, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| source | const String& | Bronstring. |
| achtervoegsel | const String& | Achtervoegseltekenreeks. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
Waar als de tekenreeks eindigt op het achtervoegsel; anders onwaar.
Zie ook
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++