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