| XmlDataReaderParse Method |
Namespace: DataStreams.XmlAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public static XmlDataReader Parse(
string data,
string xPath
)
Public Shared Function Parse (
data As String,
xPath As String
) As XmlDataReader
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