C#扩展方法实现 byte[] 输出为HEX字符串形式
摘要:
public static class Util { public static string ToHexString(this byte[] bytes) { string byteStr = string.Empty; ... 阅读全文
posted @ 2015-12-17 13:53 HOT SUMMER 阅读(5431) 评论(0) 推荐(0)
posted @ 2015-12-17 13:53 HOT SUMMER 阅读(5431) 评论(0) 推荐(0)