Exemplo n.º 1
0
 public override string ToString()
 {
     return(HexStringConverter.BytesToHexString(this.bytes));
 }
Exemplo n.º 2
0
 public Hash(string hexString)
 {
     this.bytes = HexStringConverter.HexStringToBytes(hexString);
 }