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
ParameterTypeDescription
valueconst String&Input string.

ReturnValue

SortKey object.

See Also

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
ParameterTypeDescription
valueconst String&Input string.
optionsCompareOptionsCompare options.

ReturnValue

SortKey object.

See Also