Пример #1
0
 public static decimal GetFormDecimal(string strName, decimal defValue)
 {
     return(FPUtils.StrToDecimal(HttpContext.Current.Request.Form[strName], defValue));
 }
Пример #2
0
 // Token: 0x060000DA RID: 218 RVA: 0x0000AB2C File Offset: 0x00008D2C
 public static decimal StrToDecimal(object strValue)
 {
     return(FPUtils.StrToDecimal(strValue, 0.00m));
 }