Exemplo n.º 1
0
 public static byte[] ToBytes(this string hex) => Hex.ToBytes(hex);
Exemplo n.º 2
0
 public static string ToHexString(this byte[] bytes) => Hex.ToString(bytes);