The StringSorter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddValue |
Adds a value to the list of values to be sorted
|
![]() | ClearValues |
Removes all values from sort list
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InsensitiveSort |
Sorts strings (case-insensitive, ascending)
|
![]() | InsensitiveSortDescending |
Sorts strings (case-insensitive, descending)
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Sort |
Sorts strings (case-sensitive, ascending)
|
![]() | SortDescending |
Sorts strings (case-sensitive, descending)
|
![]() | ToString | (Inherited from Object.) |