Ejemplo n.º 1
0
 public static string BigIntegerToHex(BigInteger value)
 {
     return BytesToHex(value.ToByteArrayUnsigned(true));
 }