C# Class Rolcore.Xml.XmlReaderExtensions

Extension methods for XmlReader.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
ReadToString ( this xmlReader ) : string

Reads the contents of the specified XmlReader into a string.

Method Details

ReadToString() public static method

Reads the contents of the specified XmlReader into a string.
public static ReadToString ( this xmlReader ) : string
xmlReader this Specifies the to read.
return string