예제 #1
0
 public static string ToString(byte[] bytes)
 {
     return(HexEncoding.ToString(bytes, 0, bytes.Length));
 }