asp.net 获取字符串字节长度
摘要:
string str = "字符串";byte [] b = new byte [str.length];b=Encoding.Unicode.GetBytes(str);b.length; 阅读全文
posted @ 2012-04-20 17:43 studyajax 阅读(409) 评论(0) 推荐(0)
posted @ 2012-04-20 17:43 studyajax 阅读(409) 评论(0) 推荐(0)