Beispiel #1
0
 public static TxFormat FromNumber(Number ord)
 {
     return(GetTxFormat(TransactionType.FromNumber(ord)));
 }
Beispiel #2
0
 public string AsString(int i)
 {
     return TransactionType.FromNumber(i).GetName();
 }