The CSVParser type exposes the following members.

Methods

  NameDescription
Public methodParseString
Parse content of a string to a 2D-string array.
Public methodQuoteCell
Quote a single cell according to the CSV rules.
Public methodReadArr
Read content of a CSV file to a 2D-string array.
Public methodReadDGV
Read content of a CSV file to a DataGridView object.
Public methodUnquoteCell
Unquote a single cell - remove quotas
Public methodWriteArr
Write content of a 2D-string array to a CSV file.
Public methodWriteDGV
Write content of a DataGridView to a CSV file.

Properties

  NameDescription
Public propertyQuota
Set content quota character. Content will be quoted wiht this character if it contains a separator charachter.
Public propertySeparator
Get the separator between the values.

See Also