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).
|
public static XmlDecode ( this value ) : string | ||
value | this | The value to decode in XML compatible way. |
return | string |