Skip to content

M_CodeJam_TableData_FixedWidthFormat_Parse

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

FixedWidthFormat.Parse Method

Parses table data.

Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

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> 

Parameters

 

reader
Type: System.IO.TextReader
Text to parse
widths
Type: System.Int32[]
Array of column widths

Return Value

Type: IEnumerable(DataLine)
Enumeration of DataLine contained parsed data.

See Also

Reference

FixedWidthFormat Class
CodeJam.TableData Namespace

Clone this wiki locally