c# 字母大小写转换

 

1string str="ZhouHai";
2
3str.ToUpper();//大写
4
5str.ToLower();//小写

posted on 2007-10-18 10:58  小子好黑  阅读(870)  评论(0编辑  收藏  举报

导航