08 2009 档案
转(string和byte[]的转换 (C#)
摘要:string类型转成byte[]: byte[]byteArray=System.Text.Encoding.Default.GetBytes(str); 反过来,byte[]转成string: stringstr=System.Text.Encoding.Default.GetString(byteArray); 其它编码方式的,如System.Text.UTF8Encoding,Syst... 阅读全文
posted @ 2009-08-31 18:28 物联互通 阅读(5123) 评论(0) 推荐(1)
新博客开张了!
摘要:记录生活点滴,留下开发笔记,广交社会朋友! 阅读全文
posted @ 2009-08-23 17:01 物联互通 阅读(142) 评论(0) 推荐(0)