I have tried using 'Array.ConvertAll' but this is throwing an error..
decimal[,]myReadData=new decimal[6,5];
string[,]myData=new string[6,5];
myReadData = Array.ConvertAll
Does 'Array.ConvertAll' only work with 1d arrays ?
Thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Don KapevicPosted Apr 5, 2015, 9:28 AM
Don KapevicPosted Apr 5, 2015, 9:28 AM
Gowtham RajamanickamPosted Apr 5, 2015, 1:25 AM