string myString = "ooga booga"; string myUpperString = myString.ToUpper(); //myUpperString: "OOGA BOOGA"