jagged arrays <-> multidimensional arrays conversion in ASP.NET

Posted by mouthpiec on Stack Overflow See other posts from Stack Overflow or by mouthpiec
Published on 2010-06-09T21:47:56Z Indexed on 2010/06/09 21:52 UTC
Read the original article Hit count: 358

Hi,

I would like some help to create the following convertions:

A need to convert an 800*600 multidimensional array into a jagged array and then the same method in reverse (jagged array with the same data to the original multidimensional array)

Is this possible? and any help about it?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about web-services