System::Globalization::CompareInfo::GetSortKey method
CompareInfo::GetSortKey(const String&) const method
Gets SortKey object for the specified string.
virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value) const
Parameter | Type | Description |
---|---|---|
value | const String& | Input string. |
ReturnValue
SortKey object.
See Also
- Typedef SortKeyPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.PDF for C++
CompareInfo::GetSortKey(const String&, CompareOptions) const method
Gets SortKey object for the specified string using specified compare options.
virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value, CompareOptions options) const
Parameter | Type | Description |
---|---|---|
value | const String& | Input string. |
options | CompareOptions | Compare options. |
ReturnValue
SortKey object.
See Also
- Typedef SortKeyPtr
- Class String
- Enum CompareOptions
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.PDF for C++