Ejemplo n.º 1
0
 public static bool IsStringCastable(Reflect.Type type)
 {
     return StringCastable.GetFromStringCast(type).NotNull() && StringCastable.GetToStringCast(type).NotNull();
 }
Ejemplo n.º 2
0
 public StringCastable(Reflect.Type type)
     : base(type)
 {
 }