Gents,
I'm able to retrieve the source code of a web page and store it in a string variable. I would like to cast that string variable into an HTMLDocument if possible, to make parsing its elements much easier.

How can I do this?