Skip to content

M_CodeJam_TableData_FixedWidthFormat_CreateParser

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

FixedWidthFormat.CreateParser Method

Creates fixed width format parser.

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

Syntax

C#

public static Parser CreateParser(
	int[] widths
)

VB

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

F#

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

Parameters

 

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

Return Value

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

See Also

Reference

FixedWidthFormat Class
CodeJam.TableData Namespace

Clone this wiki locally