Search code examples
htmlvb.nethexalt

Parsing HTML character codes in VB.NET


How do I parse html character codes for example: "& #36;" (without the space) using Visual Basic .NET?


Solution

  • WebUtility.HtmlDecode([String])