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






Char.ToLower

  

Imports System

Public Class MainClass

   Shared Sub Main()
      Console.WriteLine("to lower case: " & Char.ToLower("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.ToUpper