Hi, thanks for your interesting answer;
However, I'm not quite familiar with VB.NET; its syntax is too verbose to me
:-D
The reason why I'm looking for a converter because many articles on MSDN
only include VB.NET codes. So, in order to understand the articles fully, I
want to quickly convert those codes to C#.
Any help ?
--
Dotnetjunky
Chris LaJoie said:
I am the best VB.NET to C# converter!
Only joking, but seriously, it's usually quite easy to convert VB to C#.
Also, if I can't figure something out, sometimes I will compile that vb
function (or whatever I can't convert) into a dll, and then use one of the
freely available .NET decompilers to convert it to C#. The C# code
won't