Tools to be used to convert VB code to C# code - JMcQueen1000/Battleships GitHub Wiki

There are a number of online conversion tools online which are rather good and can be utilized to convert visual basic codes to C# codes.

  1. DeveloperFusion(https://www.developerfusion.com/tools/convert/vb-to-csharp/) - It is a very basic online software that converts bulk codes from VB to C# which is rather good. It is a trusted source of website that a lot of users use in a daily basis with good reviews as well.

  2. iProgrammer(https://www.i-programmer.info/professional-programmer/resources-and-tools/1202-code-conversion-tool-convert-vb-to-c-and-c-to-vb.html) - This website unlike other websites take VB files rather than the code as a copy paste and convert the whole file into C# code and a C# file but this tool is not the best choice as it tends to crash midway or even before the session starts.

  3. Telerik Code Converter(https://converter.telerik.com/) - It is a very basic website that converts code, it is even more basic that the above mentioned websites. In this specific website you can copy paste the code into on dialog box and convert it .

  4. Code Converter C# to/from VB.NET (https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter) - This is an extension or an app from Microsoft Visual Studio package which needs to be installed to the computer in order to run the tool, but this is a very safe source to convert VB to C# code.