C# Class XmlDecodeExtension, extensions

Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
XmlDecode ( this value ) : string

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

Method Details

XmlDecode() public static méthode

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.
Résultat string