Ejemplo n.º 1
0
 public static SleFormat FromString(string name)
 {
     return(GetLedgerFormat(LedgerEntryType.FromString(name)));
 }
Ejemplo n.º 2
0
 public int AsInteger(string s)
 {
     return LedgerEntryType.FromString(s).AsInteger;
 }