C# Класс Rolcore.Xml.XmlReaderExtensions

Extension methods for XmlReader.
Показать файл Открыть проект

Открытые методы

Метод Описание
ReadToString ( this xmlReader ) : string

Reads the contents of the specified XmlReader into a string.

Описание методов

ReadToString() публичный статический Метод

Reads the contents of the specified XmlReader into a string.
public static ReadToString ( this xmlReader ) : string
xmlReader this Specifies the to read.
Результат string