String CollectionSort Method
This is used to sort the collection in ascending or descending order
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void Sort(
bool ascending,
bool ignoreCase
)VB
Public Sub Sort (
ascending As Boolean,
ignoreCase As Boolean
)C++
public:
void Sort(
bool ascending,
bool ignoreCase
)F#
member Sort :
ascending : bool *
ignoreCase : bool -> unit