5
Answers

convert data table to string array in c#

Ask a question
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)