Click or drag to resize

CSVHelper Class

Helper class for dealing with CSV data (Comma Seperated Values).
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.HelperCSVHelper

Namespace:  Omada.OE.Model.Helper
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static class CSVHelper

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