string s = "ciao";
s = s.ToUpper();

il risultato è CIAO.