Improved VB to C# Conversion Service (Now Supports For-Step )

We've made our VB to C# conversion service even better!

Our converter has been expanded to support the following types of statement

  • Support for the Step keyword in the For statement (e.g. For i=0 To 10 Step 2)
  • Support for comma-separated cases in Select Case statement (e.g. Case 1, 2, 3)
  • Supports hexadecimal notation (e.g. &H1F)

We hope our service can assist you in your transition from VB to C#.

Try it now!

コメント

このブログの人気の投稿

Improved VB to C# Conversion Service (Declare statement support.)

Improved VB to C# Conversion Service (type character support etc.)