Welcome to AddressOf.com

This is a work in progress C#->Visual Basic Translator.

Much of the code you enter should translate just fine, however, as it is a work in progress, your results may vary. If you do find any problem, please feel free to send the code causing the issue(s) to me via the contact link on the left and I'll see what I can do to get the error(s) resolved.

If you do experience any problems and don't wish to email / wait for a reply, you can try one of the other free translators available (see links on the left).

C# Code 



Translated to VB

Notes:

  • All divisors are translated from / to \ to more closely match the behavior of C#. Once you open this in VB (and have Option Strict enabled), you'll need to review any potential errors.
  • If you experience math wierdness, you can try to enable Configuration Properties -> Optimizations -> Remove integer overflow checks for the project to match the default C# behavior.
  • (Work In Progress) Generics are currently not 100% supported. Consuming of Generics is currently working; however, creation of generic types is still work in progress.
  • (Work In Progress) Anonymous Methods are currently not supported.