Example #1
0
 public static bool?AsNullableBool(this string val, bool?dflt = false)
 => ObjectValueConversion.AsNullableBool(val, dflt);