Method ReadCSV ReadCSV(string) Reads the CSV. Declaration public static List<CSVRow> ReadCSV(string path) Parameters Type Name Description string path The path. Returns Type Description List<CSVRow> List<CSVRow>.