Data Type VB.Net Tutorial

public class Test
   public Shared Sub Main
      Console.WriteLine(Char.ToUpper("a"))
   End Sub
End class
A