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
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Eingabezeichenkette. |
ReturnValue
SortKey object.
Siehe auch
- Typedef SortKeyPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
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
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const String& | Eingabezeichenkette. |
| Optionen | CompareOptions | Vergleichsoptionen. |
ReturnValue
SortKey object.
Siehe auch
- Typedef SortKeyPtr
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Font for C++