-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_TableData_TableDataParser
Andrew Koryavchenko edited this page Jun 17, 2018
·
7 revisions
Contains methods for table data parsing.
System.Object
CodeJam.TableData.TableDataParser
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static class TableDataParser
VB
<ExtensionAttribute>
Public NotInheritable Class TableDataParser
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TableDataParser = class end
Name | Description | |
---|---|---|
Parse(Parser, TextReader) | Parses table data. | |
Parse(Parser, String) | Parses table data. |