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