Exemple #1
0
 public static decimal Value(IQBAmountType amt)
 {
     if (amt == null)
     {
         return(0);
     }
     else
     {
         return((decimal)amt.GetValue());
     }
 }
Exemple #2
0
 public static decimal Value(IQBAmountType amt)
 {
     if (amt == null)
     {
         return 0;
     }
     else
     {
         return (decimal)amt.GetValue();
     }
 }