コード例 #1
0
 public static SleFormat FromString(string name)
 {
     return(GetLedgerFormat(LedgerEntryType.FromString(name)));
 }
コード例 #2
0
ファイル: FieldSymbolics.cs プロジェクト: twistys01/ripple-cs
 public int AsInteger(string s)
 {
     return LedgerEntryType.FromString(s).AsInteger;
 }