Skip to content

M_CodeJam_TableData_FixedWidthFormat_CreateParser

andrewvk edited this page Apr 7, 2016 · 6 revisions

FixedWidthFormat.CreateParser Method

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

Creates fixed width format parser.

Namespace: CodeJam.TableData
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static TableDataParser.Parser CreateParser(
	int[] widths
)

VB

Public Shared Function CreateParser ( 
	widths As Integer()
) As TableDataParser.Parser

F#

static member CreateParser : 
        widths : int[] -> TableDataParser.Parser 

Parameters

 

widths
Type: System.Int32[]
Array of column widths

Return Value

Type: TableDataParser.Parser
Parser to use with Parse(TableDataParser.Parser, String)

See Also

Reference

FixedWidthFormat Class
CodeJam.TableData Namespace

Clone this wiki locally