Beispiel #1
0
 public static double?AsNullableDouble(this string val, double?dflt = 0d)
 => ObjectValueConversion.AsNullableDouble(val, dflt);