CSV.Serialize<T> Method

/// 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 ///

In this article

Definition