投稿

12月, 2024の投稿を表示しています

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

イメージ
We've made our VB to C# conversion service even better! Our converter has been expanded to support the followings. Supports 'Declare' statement. * The types of arguments and return values will be converted directly from the types in the original VB code, so you will need to review them while checking the API manual, etc. ex.) int -> IntPtr We hope our service can assist you in your transition from VB to C#. Try it now!

Improved VB to C# Conversion Service (colon as statement separator.)

イメージ
We've made our VB to C# conversion service even better! Our converter has been expanded to support the followings. Supports colon (:) as statement separator within a line. We hope our service can assist you in your transition from VB to C#. Try it now!

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!