Quote Originally Posted by stru4nak View Post
Good code but see this
vb Code:
  1. Dim s As String = "the quick brown fox jumps over the lazy dog"
  2. Dim s2 As String = StrConv(s, VbStrConv.ProperCase)
  3. MessageBox.Show(s2)
Thank you very much sir