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