Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / C#

C# CSV Serializer

19 Aug 2020MIT 4.9K   7   4
This C# class gives the simplest way with performance serializer functionalities to manipulate CSV strings.
Add argument in both methods 'Serialize' and 'Deserialize', contain on important argument named "csvSeparator" to gives more flexible generation of CSV, the developer can define a custom character to Serialize or Deserialize CSV.
We're sorry, but the article you are trying to view was deleted at 28 Aug 2020.

Please go to the C# Table of Contents to view the list of available articles in this section.