Click or drag to resize
XmlDataReaderParse Method
Creates a CsvDataReader object using a string of data as the source. Uses Default as the encoding.

Namespace: DataStreams.Xml
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public static XmlDataReader Parse(
	string data,
	string xPath
)

Parameters

data
Type: SystemString
The string of data to use as the source.
xPath
Type: SystemString

Return Value

Type: XmlDataReader
A CsvDataReader object using the string of data as the source.
See Also