Click or drag to resize

CommonEngineReadCsv Method

Overload List
  NameDescription
Public methodStatic memberReadCsv(String)
A fast way to read record by record a CSV file delimited by ','. The fields can be quoted.
Public methodStatic memberReadCsv(String, Char)
A fast way to read record by record a CSV file with a custom delimiter. The fields can be quoted.
Public methodStatic memberReadCsv(String, Char, Int32)
A fast way to read record by record a CSV file with a custom delimiter. The fields can be quoted.
Public methodStatic memberReadCsv(String, Char, Encoding)
A fast way to read record by record a CSV file with a custom delimiter. The fields can be quoted.
Public methodStatic memberReadCsv(String, Char, Int32, Encoding)
A fast way to read record by record a CSV file with a custom delimiter. The fields can be quoted.
Top
See Also