コード例 #1
0
 public static decimal GetFormDecimal(string strName, decimal defValue)
 {
     return(FPUtils.StrToDecimal(HttpContext.Current.Request.Form[strName], defValue));
 }
コード例 #2
0
ファイル: FPUtils.cs プロジェクト: Run2948/FangPageExam
 // Token: 0x060000DA RID: 218 RVA: 0x0000AB2C File Offset: 0x00008D2C
 public static decimal StrToDecimal(object strValue)
 {
     return(FPUtils.StrToDecimal(strValue, 0.00m));
 }