Numerics. NET. Data. Text Namespace
The Numerics.NET.Data namespace contains classes for importing and exporting data in various text based formats, including CSV.
Classes
Delimited | Provides static methods for reading and writing files in delimited text format. |
Delimited | Represents the options available when reading and writing delimited text files. |
Delimited | Represents a data stream in delimited text format. |
Fixed | Provides static methods for reading and writing files in fixed width text format. |
Fixed | Represents the options available when reading and writing fixed-width text files. |
Fixed | Represents a data file in fixed-width text format. |
Matrix | Provides static methods for reading and writing files in Matrix Market format. |
Matrix | Creates matrices from Matrix Market files. |
Enumerations
Quote | Enumerates the ways the quote character may be represented when it appears in a quoted string. |
Quote | Enumerates the ways values may be quoted when writing delimited text files. |