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