C# Класс XmlDecodeExtension, extensions

Показать файл Открыть проект Примеры использования класса

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

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

Decodes an XML encoded string to its normal representation with the entities resolved (i.e. angle brackets in text).

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

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

Decodes an XML encoded string to its normal representation with the entities resolved (i.e. angle brackets in text).
public static XmlDecode ( this value ) : string
value this The value to decode in XML compatible way.
Результат string