How to sort an array in C#?
Bhuvanesh Mohankumar
It sorts the elements in an entire one-dimensional Array using the IComparable implementation of each element of the Array.