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