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, _
   ByVal xPath As String _
) As XmlDataReader
[C#]
public static XmlDataReader Parse(
   string data,
   string xPath
);

Parameters

data
The string of data to use as the source.
xPath

Return Value

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

See Also

XmlDataReader Class | DataStreams.Xml Namespace