投稿

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!

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

イメージ
We've made our VB to C# conversion service even better! Our converter has been expanded to support the followings. Support for IIf function. Support for the operators "Mod" and "\" We hope our service can assist you in your transition from VB to C#. Try it now!

Improved VB to C# Conversion Service (Now Supports GoTo and Label )

イメージ
We've made our VB to C# conversion service even better! Our converter has been expanded to support the followings. Support for GoTo statement and label. Comparison expressions are treated as normal expressions (e.g. a = b > c) We hope our service can assist you in your transition from VB to C#. Try it now!

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 (Now Supports For optional arguments)

イメージ
We've made our VB to C# conversion service even better! Our converter has been expanded to support the following types of statement Sub/Function can now be defined with optional arguments. Support for constant definitions in Sub/Function We hope our service can assist you in your transition from VB to C#. Try it now!