Hey
I have the type name as a string and the value also as a string. I want to create a generic method that can return an instance of the type, populated with the value. Is there a method somewhere that can do this or am I going to need to start from scratch?
I have the type name as a string and the value also as a string. I want to create a generic method that can return an instance of the type, populated with the value. Is there a method somewhere that can do this or am I going to need to start from scratch?
Comment