GetSortKey()
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
Arguments
Parameter | Type | Description |
---|---|---|
value | const String& | Input string. |
options | CompareOptions | Compare options. |
Return Value
SortKey object.
CompareInfo::GetSortKey(const String&) const method
Gets SortKey object for the specified string.
virtual SortKeyPtr System::Globalization::CompareInfo::GetSortKey(const String &value) const
Arguments
Parameter | Type | Description |
---|---|---|
value | const String& | Input string. |
Return Value
SortKey object.
See Also
- Enum CompareOptions
- Typedef SortKeyPtr
- Class String
- Class CompareInfo
- Namespace System::Globalization
- Library Aspose.Slides