Convert Visual Basic
.NET to C#:
Click here to Download Documentation
Convert
VB .NET to C#
is utility developed
using
.NET
Framework
.
The utility looks for
specific patterns in
VB .NET
code blocks and converts each code block to it's
C#
equivalent.
Click
here
for Documentation.
For best results, cut and paste your VB .NET code from Visual Studio .NET editor. You may also type in any VB .NET code.
Migrating Visual Basic 6.0 to Visual Basic .NET?
Visual Basic .NET code:
[
Purchase Full Version
]
'Sample VB.NET code converted to C# Private Sub TestConversion(ByRef MyObject As MyClass, ByVal tcType As String) Dim lnI As Integer For lnI = 1 To 10 MyObject.SomeMethod(lnI) Next If MyObject.ToString() = "ELLKAY" Then MyObject.Execute(tcType) End If End Sub '---------------------------------------------------------------- 'NOTE: Remove this code and add your VB .NET code to convert to C# '----------------------------------------------------------------
Copyright © 2003 ELLKAY, LLC. All rights reserved