Csv Namespace

Version 0.0.2
.NET Framework 4.5

Enums

CsvSeparator

Enum class representing the separator used in a CSV file.

Classes

CsvCell

Class representing a cell in an instance of CsvFile.

CsvCellList

Class representing a list of cells in a CSV file.

CsvColumn

Class representing a column in an instance of CsvFile.

CsvColumnList

Class representing a list of columns in a CSV file.

CsvException

Exception class used throughout this package.

CsvFile

Class representing a CSV file parsed either from a file or a string.

CsvRow

Class representing a row in an instance of CsvFile.

CsvRowList

Class representing a list of rows in a CSV file.