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