C# Class XmlDecodeExtension, extensions

Exibir arquivo Open project: netfx/extensions Class Usage Examples

Public Methods

Method 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 method

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.
return string