How to Convert C# to VB.NET

Use the below online tool to convert C# code snippets to VB.NET. We have another online feature available to convert VB.NET


using System;

public class MyClass
{
static void Main(string[] args)
{
Console.WriteLine("Hello !");
}
}

Posted in |