Hello dear friends,
i have the htmlAgilityPack and i can get the content of an element from an html website. My problem is i need to convert it to integer so i can do mathematic operations with it.
if i try to convert it to int it always says htmlnode can not be convertedto int.Code:Dim treffer As HtmlNode = doc.DocumentNode.SelectSingleNode("//span[@class='hit-counter']")




Reply With Quote