Select from following answers:- Use TextInfo.ToTitleCase
- Use TextInfo.ToInitCase
- System.Threading.Thread.CurrentThread.CurrentCulture.TextInfo.ToTitleCase(myText.ToUpper());
- All Above
Generally, title casing converts the first character of a word to uppercase and the rest of the characters to lowercase.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator