Overload | Description |
---|---|
AppendToCsvString<T>(String,IEnumerable<T>,List<String>) | Write the properties of a class list to a CSV string and append to existing string |
AppendToCsvString<T>(String,IEnumerable<T>) | Create a CSV string from a list of objects and append to existing string |