System::Globalization::CompareInfo::GetSortKey Methode

CompareInfo::GetSortKey(const String&) const method

Gibt ein SortKey-Objekt für die angegebene Zeichenkette zurück.

virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value) const
ParameterTypBeschreibung
Wertconst String&Eingabezeichenkette.

ReturnValue

SortKey object.

Siehe auch

CompareInfo::GetSortKey(const String&, CompareOptions) const method

Gibt ein SortKey-Objekt für die angegebene Zeichenkette unter Verwendung der angegebenen Vergleichsoptionen zurück.

virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value, CompareOptions options) const
ParameterTypBeschreibung
Wertconst String&Eingabezeichenkette.
OptionenCompareOptionsVergleichsoptionen.

ReturnValue

SortKey object.

Siehe auch