View Single Post
  #4 (permalink)  
Old 08-16-2006, 11:07 PM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Credits: 0
Rep Power: 11
brackett is on a distinguished road
Default

Or, you could use the (ghast!) Microsoft.VisualBasic.Strings.StrConv function with VbStrConv.ProperCase. That'll capitalize every word in your string.

As Billy Hollis says, it was very nice of the VB community to let us use their new framework from other languages.
Reply With Quote