用C#将输入的小写字母转化为大写字母

string A = "adsaf";

string B ="";

B=A.ToUper(); 

原文地址:https://www.cnblogs.com/gates/p/3681076.html