vb .net to C#

  • Thread starter Thread starter Wajih-ur-Rehman
  • Start date Start date
http://www.ellkay.com/ConvertVB2CSharp.htm
V# is a utility developed using .NET Framework to convert VB.NET to C# by
looking for specific patterns in VB.NET code blocks and translating each
code block to its C# equivalent.

I don't have experience with this tool, but at least it promises to do what
you need... :-)

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
Decompilers are pretty good, but if you start getting into nested For Loops
and nested if statements, you might find a few bugs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top