Esempio n. 1
0
 public static string ToString(LargeInteger data)
 {
     return(ToString(data.GetBytes()));
 }
Esempio n. 2
0
 public static string ToRpcHex(LargeInteger data)
 {
     return(ToRpcHex(data.GetBytes()));
 }