示例#1
0
 public static decimal Decimal(object value)
 {
     return(ConvertTo.Decimal(value, 0.0M));
 }