示例#1
0
 public static Atom AsAtom(this string val)
 => ObjectValueConversion.AsAtom(val);
示例#2
0
 public static Atom AsAtom(this string val, Atom dflt)
 => ObjectValueConversion.AsAtom(val, dflt);
示例#3
0
 public static Atom AsAtom(this string val, Atom dflt)
 {
     return(ObjectValueConversion.AsAtom(val, dflt));
 }