I did the following to upper case the first letter in each word but it\'s only working on the first word. Could someone explain why?
static void Main(string[] ar
Try using:
System.Globalization.TextInfo.ToTitleCase