Exemple #1
0
 public static bool Check(this Type type, string text)
 {
     return(Universal.Execute(() => type.Cast(text)));
 }
Exemple #2
0
 public static bool Check <T>(this string text)
 {
     return(Universal.Execute(() => text.Cast <T>()));
 }