Hi,
How can I convert the first letter of each word in a sentence to upper case?
I cannot simply use .ToUpper because some words like "of" shouldn't be converted.
Is there an internal function in VB.NET FW2 which do it for me automatically?
Capitalization I mean.
Thanks
How can I convert the first letter of each word in a sentence to upper case?
I cannot simply use .ToUpper because some words like "of" shouldn't be converted.
Is there an internal function in VB.NET FW2 which do it for me automatically?
Capitalization I mean.
Thanks