예제 #1
0
        public object ConvertParamValue(string val, Type destinationType)
        {
            string stripped = ConvertHelper.StripNonNumeric(val);

            return(Convert.ToDecimal(stripped));
        }