C# (CSharp) Kajabity.Tools.Csv Пространство имен

Классы

Имя Описание
CsvConstants A class holding constants shared by both CSV reader and writer.
CsvParseException An exception thrown by CsvReader when parsing a CSV stream.
CsvReader This class reads CSV formatted data from an input stream. It can read individual fields in a row, a full row or the whole file. Data can only be read once - so if the first field in a row is read, it won't be part of the row if that is read next. The term Row is used rather than line because quoted fields can include line breaks (real, not escaped) so that one row may be spread across multiple lines.
CsvReaderTest
CsvWriter A class for writing a table of data to an output stream using the Comma Separated Value (CSV) format.
CsvWriterTest