Пример #1
0
 public static byte[] ToBytes(this string hex) => Hex.ToBytes(hex);
Пример #2
0
 public static string ToHexString(this byte[] bytes) => Hex.ToString(bytes);