-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_TableData_FixedWidthFormat_CreateParser
Andrew Koryavchenko edited this page Jul 4, 2017
·
6 revisions
Creates fixed width format parser.
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.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
- widths
- Type: System.Int32[]
Array of column widths
Type: Parser
Parser to use with Parse(Parser, String)