コード例 #1
0
 public Decimal DecimalValue(string colName, int decimals = 2)
 {
     return(Utility.ToDecimal(GetValue(colName), decimals));
 }