Capitalize the First Letter of a Word in C#

Here is how you capitalize the first letter of a word in C#.

string labelName;
labelName = System.Globalization.TextInfo.ToTitleCase(labelName.ToLower()).;
This entry was posted in C# and tagged , , . Bookmark the permalink.

One Response to Capitalize the First Letter of a Word in C#

  1. anu says:

    Very nice flow.Good article