-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_TableData_FixedWidthFormat
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Fixed width format support.
System.Object
CodeJam.TableData.FixedWidthFormat
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class FixedWidthFormat
VB
Public NotInheritable Class FixedWidthFormat
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FixedWidthFormat = class end
The FixedWidthFormat type exposes the following members.
Name | Description | |
---|---|---|
CreateParser | Creates fixed width format parser. | |
Parse | Parses table data. | |
Prints full data table |