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