Ejemplo n.º 1
0
 public static T ChangeType <T>(object value)
 {
     return((T)TypeConvert.ChangeType(value, typeof(T)));
 }