System::Globalization::CompareInfo::IsSuffix-methode

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
ParameterTypeBeschrijving
sourceconst String&Bronstring.
achtervoegselconst String&Achtervoegseltekenreeks.

ReturnValue

Waar als de tekenreeks eindigt op het achtervoegsel; anders onwaar.

Zie ook

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
ParameterTypeBeschrijving
sourceconst String&Bronstring.
achtervoegselconst String&Achtervoegseltekenreeks.
optiesCompareOptionsVergelijk opties.

ReturnValue

Waar als de tekenreeks eindigt op het achtervoegsel; anders onwaar.

Zie ook