Text in Proper Case or say Title Case ;-

 lnk_1.Text = CultureInfo.CurrentCulture.TextInfo.ToTitleCase("Find a goal");
 //TextInfo UsaTextInfo = new CultureInfo("en-US", false).TextInfo;

Ouput: Find A Goal

Comments

Popular posts from this blog