I am trying to convert json that I deserialized to a class to a datatable by using the code below ,however the code below fails at the last line.
using (var
Have you tried having your class inherit from the DataTable class? Ideally you would be able to manipulate the data and have the end result still be a DataTable.