Click or drag to resize

CSVHelper Methods

The CSVHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetUtf8Bom
Get UTF-8 BOM required for MS Excel to read non-ASCI characters properly from the CSV file.
Public methodStatic memberToCSVRecord
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).
Top
See Also