Converting a string to proper case in .NET

13 May
by mjeaton, posted in Uncategorized   |  3 Comments

In my current project, I’m pulling data from a table that originates on a mainframe.

3 Responses to Converting a string to proper case in .NET

  1. Banu

    Its simply great!!

  2. john couture

    In case you are still interested, there is a function called strConv that has several parameters … one of them being propercase and it works quite well.

    http://msdn.microsoft.com/en-us/library/cd7w43ec(VS.80).aspx

  3. Michael

    StrConv requires a reference to Microsoft.VisualBasic.

    While that in and of itself isn’t a big deal, some people don’t like that idea. :-)