Exemplo n.º 1
0
 public static string ToHexDataString(this UInt160 value)
 {
     return(ToHexDataString(value.ToByteArray()));
 }