BitArray.Sort Method (console safe)
Use this method to sort the array.

Sort(
ascending
as Boolean)
Parameters
- ascending
- If this parameter is true then the array is sorted in ascending order, if its false then its sorted in descending order.
Remarks
See Also
BitArray Class