public static T Convert <T>(object i) { bool typeErr; return(ObjectConv.Convert <T>(i, out typeErr)); }