コード例 #1
0
 public static Atom?AsNullableAtom(this string val, Atom?dflt = null)
 => ObjectValueConversion.AsNullableAtom(val, dflt);