Showing posts with the label Convert

Convert a DataTable to Generic List Collection

Step 1:  Since we need to create a List<T>, define an instance and in this list we need to add our custom type T…