SharpCvsLib

Root.Parse Method 

Parse the contents of the cvs file.

[Visual Basic]
Overrides Public Sub Parse( _
   ByVal line As String _
) Implements _
   ICvsFile.Parse
[C#]
public override void Parse(
   string line
);

Parameters

line
Contents of the cvs file.

Implements

ICvsFile.Parse

See Also

Root Class | ICSharpCode.SharpCvsLib.FileSystem Namespace