www.csvreader.com

Creates a CsvDataReader 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 CsvDataReader
[C#]
public static CsvDataReader Parse(
   string data
);

Parameters

data
The string of data to use as the source.

Return Value

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

See Also

CsvDataReader Class | Csv Namespace