views:

24

answers:

1

There's plenty of examples out there for other languages. Are there any examples for vb.net?

A: 

They are the same objects, used in the same way (in the same way that the BCL classes are used across all .NET languages the way - string.Format works exactly the same in C#, F#, VB.NET etc...).

All you need to do is translate the C# to VB.NET. There are online tools that will do that for you.

Oded
I've tried many snippets and converting for the last few hours. Maybe its a noob error. I'm just trying to scrape a local html file and used the provided hap util to determine the correct xpath
shaiss
@shaiss - perhaps the issue is with your XPath, not with examples being in C#.
Oded
C# IS the problem, being c#
Erx_VB.NExT.Coder