Click or drag to resize

CsvOptions Constructor

Overload List
  NameDescription
Public methodCsvOptions(String, Char, Int32)
Create a CSV Wrapper using the specified number of fields.
Public methodCsvOptions(String, Char, String)
Create a CSV Wrapper using the specified sample file with their headers.
Public methodCsvOptions(String, Char, Char, String)
Create a CSV Wrapper using the specified sample file with their headers.
Public methodCsvOptions(String, Char, Int32, Int32)
Create a CSV Wrapper using the specified number of fields.
Top
See Also