Exemplo n.º 1
0
 public static SleFormat FromNumber(Number ord)
 {
     return(GetLedgerFormat(LedgerEntryType.FromNumber(ord)));
 }
Exemplo n.º 2
0
 public string AsString(int i)
 {
     return LedgerEntryType.FromNumber(i).GetName();
 }