Hi,
Say I have a text box t1, and t1.Text = "this Is an Example". How do I search through this string and convert only the first letter of each word to uppercase? The resulting string should look like t1.Text="This Is An Example"
I am using C#
Your help is greatly appreciated!
~Mark
...
Go to the complete details ...