Hi
I could not find any tutorials on their site. I am wondering can I use Html Agility Pack and use it to parse a string?
Like say I have
string = "<b>Some code </b>
could I use agility pack to get rid of the <b>
tags? All the examples I seen so far have been loading like html documents.