CSV.Serialize<T> Method
| Name | Description |
|---|---|
| Serialize<T>(IEnumerable<T>, CSVSettings) | /// Serialize an array of objects to CSV format /// |
| Serialize<T>(IEnumerable<T>, Stream, CSVSettings) | /// Serialize an array of objects to CSV format /// |
| Name | Description |
|---|---|
| Serialize<T>(IEnumerable<T>, CSVSettings) | /// Serialize an array of objects to CSV format /// |
| Serialize<T>(IEnumerable<T>, Stream, CSVSettings) | /// Serialize an array of objects to CSV format /// |