skip to main
|
skip to sidebar
.Net Technical Blog
Friday, January 4, 2008
Convert string to TitleCase
string strSample = "MOHAN";
strResult = System.Threading.Thread.CurrentThread.CurrentCulture.TextInfo.ToTitleCase(strSample.ToLower());
// Answer : strResult = "Mohan"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Balasubramaniyam Blog
BalasBlog
Blog Archive
►
2011
(2)
►
April
(2)
▼
2008
(6)
▼
January
(6)
Design Patterns
No title
Learning Regular Expression Syntax
Javascript : Allow only Numeric in Textbox
Convert string to TitleCase
Javascript: Regular Expression to replace '-' to ','
About Me
Mohan Kumar V
View my complete profile
No comments:
Post a Comment