CSVHelper Methods |
The CSVHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| GetUtf8Bom |
Get UTF-8 BOM required for MS Excel to read non-ASCI characters properly from the CSV file.
| |
| ToCSVRecord |
Converts a number of fields to a CSV record.
Each field is put quotes only if it contains commas or quotes (and those quotes are then doubled).
|