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