2

Is it possible to convert code from Java to C# or VB.net to C#?

0

5 Answers 5

2

You could decompile the VB.NET code using Reflector (http://www.red-gate.com/products/reflector/) to get it as C#. You might also try someting like this online converter http://www.developerfusion.com/tools/convert/vb-to-csharp/

Sign up to request clarification or add additional context in comments.

1 Comment

i think there isn't for java to c#
1

Try Telerik Code Converter for a free C#/VB code converter. I've used it - it isn't bad. There are also many commercial ones with lots of features.

Java and C# are very similar and converting between the two (and to/from VB) is possible. A quick search should reveal many commercial options.

Comments

0

If you know a little bit of both C# and Java, converting Java to C# by hand would be the best route to go. That's what I did for a relativley medium sized Java project. Then you can use Sharpdevelop (http://www.icsharpcode.net/opensource/sd/) to convert C# to VB and vice versa.

Comments

0

For Java to C# &VB.Net, you can also use Tangible Java to VB & C# Converter. http://tangiblesoftwaresolutions.com

Comments

0

I hope this could be useful. But it might not work with complex code structures..

https://varycode.com/converter.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.