Example #1
0
 public static decimal AsDecimal(this string val, decimal dflt = 0m)
 => ObjectValueConversion.AsDecimal(val, dflt);