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