public static double GetFormDouble(string strName, double defValue) { return(FPUtils.StrToDouble(HttpContext.Current.Request.Form[strName], defValue)); }
// Token: 0x060000DC RID: 220 RVA: 0x0000ABB4 File Offset: 0x00008DB4 public static double StrToDouble(object strValue) { return(FPUtils.StrToDouble(strValue, 0.0)); }