Click here to Skip to main content
15,920,438 members
Articles / Programming Languages / C#

Convert text to TitleCase

Rate me:
Please Sign up or sign in to vote.
3.53/5 (8 votes)
21 Feb 2010CPOL 22.4K   1  
In C#, the System.String class contains methods ToUpper and ToLower which convert the case of the string to UPPERCASE and lowercase respectively.But the String class does not have an appropriate method to convert text to TitleCase.No need to worry, the TextInfo class provides this method! ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
An individual with more than a decade of experience in desktop computing and mobile app development primarily on the Microsoft platform. He loves programming in C#, WPF & XAML related technologies.
Current interests include web application development, developing rich user experiences across various platforms and exploring his creative side.

Ratish's personal blog: wpfspark.wordpress.com

Comments and Discussions