예제 #1
0
 public static DateTime?AsNullableDateTime(this string val, DateTime?dflt = null)
 => ObjectValueConversion.AsNullableDateTime(val, dflt);