public Decimal DecimalValue(string colName, int decimals = 2) { return(Utility.ToDecimal(GetValue(colName), decimals)); }