Hi,
Forget the performance or you should be interested in parts of picoseconds.
Take that which fits you the best and is the best maintanable afterwards.
Mostly I take direct a datatable, because with that I get a lot of extra
methods which I don't have at the array.
But feel free to do it in another way as you are more used with arrays.
Cor
<(E-Mail Removed)> schreef in bericht
news:(E-Mail Removed)...
> Hello
>
> I would like to populate a 2-dimensional array with different
> datatyps , 1. dimension is always a String, 2. dimension could be of
> Typ Double or String.
>
> What would be the better solution performance wise, to create an
> String Array and then try to Convert the 2. Dimension into either
> double or String, or to create an Datatable with Double & String
> Columns, or is there any other way to do it?
>
> Thank you in advance
>
|