We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Parses table data.
Namespace: CodeJam.TableDataAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static IEnumerable<DataLine> Parse( this Parser parser, string text )
VB
<ExtensionAttribute> Public Shared Function Parse ( parser As Parser, text As String ) As IEnumerable(Of DataLine)
F#
[<ExtensionAttribute>] static member Parse : parser : Parser * text : string -> IEnumerable<DataLine>
Type: IEnumerable(DataLine)Enumeration of DataLine contained parsed data.
In Visual Basic and C#, you can call this method as an instance method on any object of type Parser. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
TableDataParser ClassParse OverloadCodeJam.TableData Namespace