I need to convert from string that contains data to object of some type that is passed using reflection. I have an not serializable object that contains properties of any type and I want to load data to that object, for example that object has a property Color BgColor when I am trying to set "Red" value to that property I get that conversion is not possible from string to Color, I need a general code.
Thanks a lot
|
|
|
||
|
|
|
|
Consider Generalized Type Conversion |
||
|
|
|
Try But in your case I think the
|
||||
|
|
|
If all you need to do is convert a string to it's value in an
If you need to convert other types, then perhaps specifying types and the formats of the string might help people direct you better. |
||
|
|
|
use Convert class |
||
|
|
