Overload | Description |
---|---|
ClassListToCsvFile<T>(IEnumerable<T>,String) | Create a CSV file from a list of objects. It will output all public properties of the class as columns. |
ClassListToCsvFile<T>(IEnumerable<T>,String,List<String>) | Create a CSV file from a list of objects. It will output the passed in property names as columns. |