摘要:
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
物联互通
阅读(5127)
评论(0)
推荐(1)
浙公网安备 33010602011771号