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

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

Our converter has been expanded to support the followings.

  • Support for type characters(%, &, ^, @ ! #, $).
  • Partial support for "To" when declaring an array (e.g. Dim ary(0 To 10) As String)
    *Arrays in .NET always start at 0, so lower limit settings other than 0 are not supported.

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.)