The CSVParser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ParseString |
Parse content of a string to a 2D-string array.
| |
| QuoteCell |
Quote a single cell according to the CSV rules.
| |
| ReadArr |
Read content of a CSV file to a 2D-string array.
| |
| ReadDGV |
Read content of a CSV file to a DataGridView object.
| |
| UnquoteCell |
Unquote a single cell - remove quotas
| |
| WriteArr |
Write content of a 2D-string array to a CSV file.
| |
| WriteDGV |
Write content of a DataGridView to a CSV file.
|
Properties
| Name | Description | |
|---|---|---|
| Quota |
Set content quota character.
Content will be quoted wiht this character if it contains a separator charachter.
| |
| Separator |
Get the separator between the values.
|