16进制格式的string转化为byte[]
摘要:
例如将"ae00cf'转化为0xae00cf,"3031"转成new byte[]{0x30,0x31}; public static byte[] GetBytes(string hexString, out int discarded) { discar... 阅读全文
posted @ 2015-03-06 15:04 陌上清欢 阅读(437) 评论(1) 推荐(0)
posted @ 2015-03-06 15:04 陌上清欢 阅读(437) 评论(1) 推荐(0)