how to make a char uppercase in c# code example Example: c# make first letter uppercase System.Console.WriteLine(char.ToUpper(str[0]) + str.Substring(1));