We have 2 objects A & B: A is system.string and B is some .net primitive type (string,int etc). we want to write generic code to assign the converted (parsed) value of B
What's wrong with the already existing System.Convert class and the IConvertible interface?