2017年5月11日

C#中string,char[],byte[]互相转换

摘要: string 转换成 Char[] string ss = "我爱你,中国"; char[] cc = ss.ToCharArray(); Char[] 转换成string string s = new string(cc); byte[] 与 string 之间的装换 byte[] bb = En 阅读全文

posted @ 2017-05-11 13:37 鲁广广 阅读(8604) 评论(0) 推荐(0)

导航