The Labs \ Convert VB.NET to C#
Simply paste in your VB.NET code below, and this free utility will automatically convert it to its equivalent in C#.
Credits
This utility is based on source code from the
#develop editor, a free open source alternative to Visual Studio .NET.
Known Issues
-
The converter cannot currently determine whether SomeName(SomeParam) is a method call, or a
reference to an indexer - this will not be possible without actually compiling the code or
performing some much deeper analysis of the code.