Question

Is there an equivalent to HttpUtility.HtmlDecode in WinRT? I'm developing a MetroStyle app and want to decode strings that came from a XML doc.

Was it helpful?

Solution

According to this answer from a Microsoft employee, there's currently no replacement for HtmlDecode in the WinRT that's included in the Windows 8 Developer Preview.

However, there will be a replacement in the next pre-release version of WinRT.

OTHER TIPS

Use System.Net.WebUtility instead

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top