N_CodeJam_TableData - rsdn/CodeJam GitHub Wiki
The CodeJam.TableData namespace contains types for working with CSV and fixed with text data formats.
| Class | Description | |
|---|---|---|
![]() |
CsvFormat | CSV format support. |
![]() |
FixedWidthFormat | Fixed width format support. |
![]() |
TableDataParser | Contains methods for table data parsing. |
| Structure | Description | |
|---|---|---|
![]() |
DataLine | Line of data. |
| Delegate | Description | |
|---|---|---|
![]() |
Parser | Reads single line from table data and parses it. |


