I am new to this forum and somewhat new to C#. I have been tasked with porting an extensive VB.NET program to C#. The VB program uses a 2 dimensional variant array to store string, integer, and double data. I am not finding a similar array/collection in C# that can do the same thing. Everything that I've read (admittedly not a whole lot), indicates that arrays and collections can only hold data of a single type. It's important that the data remain together in a single array since it gets sorted after creation.
Which brings up another point: are there native functions/methods for multi-level sorting of multi-dimensional arrays in C#?
Thanks
Paul Hudgens
Denver
Which brings up another point: are there native functions/methods for multi-level sorting of multi-dimensional arrays in C#?
Thanks
Paul Hudgens
Denver