How do I parse html character codes for example: "& #36;" (without the space) using Visual Basic .NET?
Asked
Active
Viewed 453 times
-3
-
First, do a search for ".net parse html character codes". – Andrew Morton Nov 02 '13 at 23:20
-
I have, and most results are about something entirely different – Jeff Reed Nov 02 '13 at 23:20
-
2In what way did http://stackoverflow.com/questions/122641/how-can-i-decode-html-characters-in-c not help? – Andrew Morton Nov 02 '13 at 23:22
-
Thank you! It's exactly what I was looking for. I can't believe is was simple as that. – Jeff Reed Nov 02 '13 at 23:25