5
Answers

convert data table to string array in c#

Photo of Dinesh Santhalingam

Dinesh Santhalingam

8y
53.6k
1
I have a data table .I want to convert my data table into string array.
 
  1. data table dt=new data table();  
  2. string[] array=dt;  
Suggest some ideas ... 

Answers (5)