wangfuyou

ToUpper:小写转大写
ToLower:大写转小写

 

例如:

string A="aasiDi778=AA";
string B="";
B=A.ToUpper();

 

分类:

技术点:

相关文章: