Bikash Kumar Ray
SQL and ASP.net Related Practical Problems
Monday, October 29, 2012
Convert String in Title Case
string asTitleCase =
System.Threading.
Thread
.CurrentThread.CurrentCulture.TextInfo.ToTitleCase(txt1.Text.ToLower());
It will return "This Is Blog" from "this is blog"
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)