CsvReader ClassCleanCode C# Libraries v1.2.03 API
Reads a CSV file into a OnlineDataTable.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.CsvProcessing CsvReader

Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public class CsvReader
Remarks

This wrapper class builds upon the identically named workhorse class from OnlineLumenWorks.Framework.IO.Csv. Flexibility to strongly type the data is added to the excellent base class.

Since CleanCode 0.9.13.

See Also