[C#]DataTable轉string[]

來源:https://zhidao.baidu.com/question/1754089856824824548.htmlhtml

 

string[] ary = Array.ConvertAll<DataRow, string>(dt.Rows.Cast<DataRow>().ToArray(), r => r["User"].ToString());
相關文章
相關標籤/搜索