- Nov 18, 2001
- 13,234
- 2
- 81
Okay, so I'm getting this string from a web service that returns XML. It includes this: ampersand pound 39
This is supposedly equivalent to an apostrophe, but I can't find any method similar to Server.UrlDecode or Server.HtmlDecode to decode an entire string with these specially encoded characters. Does anyone know how this is encoded and how to decode it?
This is supposedly equivalent to an apostrophe, but I can't find any method similar to Server.UrlDecode or Server.HtmlDecode to decode an entire string with these specially encoded characters. Does anyone know how this is encoded and how to decode it?
