Char.ToUpper : Char « System « VB.Net by API






Char.ToUpper

  

Imports System

Public Class MainClass

   Shared Sub Main()
      Console.WriteLine("to upper case: " & Char.ToUpper("aaa") )
  End Sub ' Main

End Class

   
    
  








Related examples in the same category

1.Char.IsDigit
2.Char.IsLetter
3.Char.IsLetterOrDigit
4.Char.IsLower
5.Char.IsPunctuation
6.Char.IsSymbol
7.Char.IsUpper
8.Char.IsWhiteSpace
9.Char.ToLower