IT KNOWLEDGE

IT KNOWLEDGE
BC

Wednesday, May 21, 2014

Upper and Lower Case to Characters (VB.Net)


  • This code will convert all characters  to upper case
                       Dim StringC As String = "I Really Love You"
                        MsgBox(StringC.ToUpper)

  • This code will convert all characters to lower case
                    Dim StringC As String = "I Really Love You"""
                    MsgBox(StringC.ToLower)


Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: itech-9999

0 comments: