I find I need to save C# DataTables to CSV files often and as such use the following code:
Category: C#
C#, Programming, XML
These two functions below have saved me a lot of time, you simply create a class with variables inside it and then pass said class to the two functions below:
Read More “Easily save and load C# classes using XML Serialization” »