Esempio n. 1
0
 public static string ToValid20ByteAddress(string address)
 {
     return(addressUtil.ConvertToValid20ByteAddress(address));
 }