There was an error while loading. Please reload this page.
Creates fixed width format parser.
Namespace: CodeJam.TableDataAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static Parser CreateParser( int[] widths )
VB
Public Shared Function CreateParser ( widths As Integer() ) As Parser
F#
static member CreateParser : widths : int[] -> Parser
Type: ParserParser to use with Parse(Parser, String)
FixedWidthFormat ClassCodeJam.TableData Namespace