C# Класс WebMarkupMin.Core.Parsers.XmlAttribute

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

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

Метод Описание
XmlAttribute ( string name, string value ) : System.IO

Constructs instance of XML attribute

XmlAttributeDecode ( string value ) : string

Converts a string that has been XML-encoded into a decoded string

XmlAttributeEncode ( string value ) : string

Converts a string to an XML-encoded string

Приватные методы

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

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

XmlAttribute() публичный Метод

Constructs instance of XML attribute
public XmlAttribute ( string name, string value ) : System.IO
name string Name
value string Value
Результат System.IO

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

Converts a string that has been XML-encoded into a decoded string
public static XmlAttributeDecode ( string value ) : string
value string The string to decode
Результат string

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

Converts a string to an XML-encoded string
public static XmlAttributeEncode ( string value ) : string
value string The string to encode
Результат string