C# 클래스 Rolcore.Xml.XmlReaderExtensions

Extension methods for XmlReader.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
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