www.csvreader.com

Creates a CsvReader object using a string of data as the source. Uses Default as the encoding.

[Visual Basic]
Public Shared Function Parse( _
   ByVal data As String _
) As CsvReader
[C#]
public static CsvReader Parse(
   string data
);

Parameters

data
The string of data to use as the source.

Return Value

A CsvReader object using the string of data as the source.

See Also

CsvReader Class | Csv Namespace