Exemple #1
0
 public decimal GetDecimal(string key)
 {
     return(Kv.GetDecimal(DataTable, key));
 }