Results 1 to 2 of 2

Thread: Converting initial characters to uppercase

  1. #1

    Thread Starter
    Addicted Member rpk_20061975's Avatar
    Join Date
    Jun 2001
    Location
    India
    Posts
    234

    Converting initial characters to uppercase

    I have a long text (memo field) and I want to convert the initial characters to uppercase. How to do this? I am using VB.NET 2003.

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Converting initial characters to uppercase

    Probably different in .Net, but regular VB has an option of vbProperCase in the StrConv function that will convert the first letter of every word in a string to upper case.
    Tengo mas preguntas que contestas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width