NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompareInfo.GetSortKey (String)

Gets the sort key for the string with no flags.

[Visual Basic]
Overloads Overridable Public Function GetSortKey( _
   ByVal source As String _
) As SortKey
[C#]
public virtual SortKey GetSortKey(
   string source
);
[C++]
public: virtual SortKey* GetSortKey(
   String* source
);
[JScript]
public function GetSortKey(
   source : String
) : SortKey;

Parameters

source
The string from which the sort key is to be obtained.

Return Value

The sort key for the string.

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace | CompareInfo.GetSortKey Overload List