Click here to Skip to main content
15,891,372 members
Articles / General Programming / Sorting

Sorting a Two-Dimensional Array in C#

Rate me:
Please Sign up or sign in to vote.
4.96/5 (12 votes)
16 Mar 2011CPOL 79.3K   9  
How to sort a two-dimensional array in C#

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
7 Mar 2011Tony Zackin 1 alternative  
A generic routine to sort a two-dimensional array in C# on any column in either order

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
Since I've begun my profession as a software developer, I've learned one important fact - change is inevitable. Requirements change, code changes, and life changes.

So..If you're not moving forward, you're moving backwards.

Comments and Discussions