August 2003
Intermediate to advanced
928 pages
32h 1m
English
SortKey
This class represents a set of weighted classifications used to sort individual elements of a string.
public class SortKey { // Public Instance Properties public virtual byte[ ] KeyData{get; } public virtual string OriginalString{get; } // Public Static Methods public static int Compare(SortKeysortkey1, SortKeysortkey2); // Public Instance Methods public override bool Equals(objectvalue); // overrides object public override int GetHashCode( ); // overrides object public override string ToString( ); // overrides object }
CompareInfo.GetSortKey( )