摘要: 首先定义一个字符串: string str = "abc"; 1.字符大小写转化 大写:str.ToUpper(); 小写: str.ToLower(); 2.字符和Ascii码互相转换 Ascii码:byte[] b = Encoding.GetEncoding("unicode").GetByt 阅读全文
posted @ 2016-02-28 18:49 枫大师 阅读(229) 评论(0) 推荐(0)