Example #1
0
 public decimal GetAsDecimal(string field)
 {
     return(_dataConverter.GetAsDecimal(this[field]));
 }