System::Globalization::CompareInfo::GetSortKey methode
CompareInfo::GetSortKey(const String&) const method
Haalt SortKey object op voor de opgegeven tekenreeks.
virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const String& | Invoertekenreeks. |
ReturnValue
SortKey object.
Zie ook
- Typedef SortKeyPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CompareInfo::GetSortKey(const String&, CompareOptions) const method
Haalt SortKey object op voor de opgegeven tekenreeks met de opgegeven vergelijkingsopties.
virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value, CompareOptions options) const
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const String& | Invoertekenreeks. |
| opties | CompareOptions | Vergelijk opties. |
ReturnValue
SortKey object.
Zie ook
- Typedef SortKeyPtr
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Page for C++