Skip to content

N_CodeJam_TableData

andrewvk edited this page Apr 25, 2016 · 5 revisions

CodeJam.TableData Namespace

[This is preliminary documentation and is subject to change.]

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.
Public class TableDataPrinter Prints table data.

Structures

 

Structure Description
Public structure DataLine Line of data.

Interfaces

 

Interface Description
Public interface ITableDataFormatter Formatter interface.

Delegates

 

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