C# Класс Catalogue.Utilities.Xml.XDocumentExtensions

Показать файл Открыть проект

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

Метод Описание
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