C# Class Rolcore.Xml.XmlReaderExtensions

Extension methods for XmlReader.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ReadToString ( this xmlReader ) : string

Reads the contents of the specified XmlReader into a string.

Method Details

ReadToString() public static méthode

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