CleanCode C# Libraries v0.9.23 API

CsvReader Class

Reads a CSV file into a DataTable.

For a list of all members of this type, see CsvReader Members.

System.Object
   CsvReader

public class CsvReader

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Since CleanCode 0.9.13.

Requirements

Namespace: CleanCode.Data

Assembly: CleanCode (in CleanCode.dll)

See Also

CsvReader Members | CleanCode.Data Namespace | CsvWriter