The StringSorter type exposes the following members.

Constructors

  NameDescription
Public methodStringSorter()()()()
Creates a new string sorter
Public methodStringSorter(array<String>[]()[][])
Creates a new string sorter

Methods

  NameDescription
Public methodAddValue
Adds a value to the list of values to be sorted
Public methodClearValues
Removes all values from sort list
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsensitiveSort
Sorts strings (case-insensitive, ascending)
Public methodInsensitiveSortDescending
Sorts strings (case-insensitive, descending)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSort
Sorts strings (case-sensitive, ascending)
Public methodSortDescending
Sorts strings (case-sensitive, descending)
Public methodToString (Inherited from Object.)

See Also