Skip to content

N_CodeJam_TableData

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

CodeJam.TableData Namespace

The CodeJam.TableData namespace contains types for working with CSV and fixed with text data formats.

Classes

 

Class Description
Public class CsvFormat CSV format support.
Public class FixedWidthFormat Fixed width format support.
Public class TableDataParser Contains methods for table data parsing.

Structures

 

Structure Description
Public structure DataLine Line of data.

Delegates

 

Delegate Description
Public delegate Parser Reads single line from table data and parses it.
 
Clone this wiki locally