C# 클래스 Catalogue.Utilities.Xml.XDocumentExtensions

파일 보기 프로젝트 열기: jncc/topcat

공개 메소드들

메소드 설명
ToStringWithDeclaration ( this doc ) : string

Avoids http://stackoverflow.com/questions/1228976/xdocument-tostring-drops-xml-encoding-tag

ToUtf8DocumentString ( this doc ) : string

Returns the document encoded with UTF-8.

메소드 상세

ToStringWithDeclaration() 공개 정적인 메소드

Avoids http://stackoverflow.com/questions/1228976/xdocument-tostring-drops-xml-encoding-tag
public static ToStringWithDeclaration ( this doc ) : string
doc this
리턴 string

ToUtf8DocumentString() 공개 정적인 메소드

Returns the document encoded with UTF-8.
public static ToUtf8DocumentString ( this doc ) : string
doc this
리턴 string