www.csvreader.com

The methods of the XmlDataReader class are listed below. For a complete list of XmlDataReader class members, see the XmlDataReader Members topic.

Public Static (Shared) Methods

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

Public Instance Methods

AddNamespace
Close (inherited from DataReaderBase) Closes and releases all related resources.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

XmlDataReader Class | DataStreams.Xml Namespace