Метод | Описание | |
---|---|---|
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 |
public XmlAttribute ( string name, string value ) : System.IO | ||
name | string | Name |
value | string | Value |
Результат | System.IO |
public static XmlAttributeDecode ( string value ) : string | ||
value | string | The string to decode |
Результат | string |
public static XmlAttributeEncode ( string value ) : string | ||
value | string | The string to encode |
Результат | string |