Example #1
0
 public static object ConvertTo <T>(object paramater)
 {
     return(ConverterHelper.ConvertTo(typeof(T), paramater));
 }