static void Main(string[] args){ string filepath = "d://ConvertedFile.csv"; DataTable res = ConvertCSVtoDataTable(filepath);}