asp.net.ph

SortKey Class

System.Globalization Namespace


Maps strings to their sort keys.

SortKey Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public KeyData Byte [ Get ]
public OriginalString String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public static Compare ( SortKey sortkey1 , SortKey sortkey2 ) Int32
public Equals ( Object value ) Boolean
public GetHashCode ( ) Int32
public ToString ( ) String

Remarks

Each character in a string is given several categories of sort weights, including script, alphabetic, case, and diacritic weights. A sort key serves as the repository of these weights for a particular string. For example, a sort key might contain a string of alphabetic weights, followed by a string of case weights, and so on. SortKey is equivalent to the Windows API method LCMapString with the LCMAP_SORTKEY flag.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph