Ejemplo n.º 1
0
 public static string ToHexStringS(this byte[] Bs, int Index, int offset)
 {
     return(TxtToolBLL.GetBytesHexStr(Bs, Index, offset));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 转换成16进制字符串数据 带空格
 /// </summary>
 /// <param name="Bs"></param>
 /// <returns></returns>
 public static string ToHexString(this byte[] Bs)
 {
     return(TxtToolBLL.GetBytesHexStr(Bs));
 }