65.9K
CodeProject is changing. Read more.
Home

Transposing the rows and columns of a 2D array, jagged array and string in C#

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.90/5 (5 votes)

Jul 6, 2014

CPOL

3 min read

viewsIcon

57259

downloadIcon

273

This blog posts teaches you how to transpose the rows and columns of a two-dimensional array, jagged array and string in C#.