How to Convert C# to VB.NET
Posted On at by milanUse 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 !");
}
}