There was an error while loading. Please reload this page.
Parses table data.
Namespace: CodeJam.TableDataAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static IEnumerable<DataLine> Parse( TextReader reader, int[] widths )
VB
Public Shared Function Parse ( reader As TextReader, widths As Integer() ) As IEnumerable(Of DataLine)
F#
static member Parse : reader : TextReader * widths : int[] -> IEnumerable<DataLine>
Type: IEnumerable(DataLine)Enumeration of DataLine contained parsed data.
FixedWidthFormat ClassCodeJam.TableData Namespace