Пример #1
0
 public static float?AsNullableFloat(this string val, float?dflt = 0f)
 => ObjectValueConversion.AsNullableFloat(val, dflt);