-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_TableData_FixedWidthFormat_CreateParser
andrewvk edited this page Apr 7, 2016
·
6 revisions
[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)
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
- widths
- Type: System.Int32[]
Array of column widths
Type: TableDataParser.Parser
Parser to use with Parse(TableDataParser.Parser, String)