© 2022. MIT License.
out_arr_str_data = (From row in in_dt_data.AsEnumerable() Select Convert.Tostring(row(in_str_columnName))).ToArray
Comments