So, I have some data in the form of:
<foo><bar>test</bar></foo>
What .NET classes/f
Use System.Net.WebUtility.HtmlDecode since .NET 4.0 if pretty printing is not important.