I found similar questions and answers for Python and Javascript, but not for C# or any other WinRT compatible language.
The reason I think I need it, is because I\'
Use HttpUtility.HtmlDecode() .Read on msdn here
HttpUtility.HtmlDecode()
decodedString = HttpUtility.HtmlDecode(myEncodedString)