I need to cast a property to its actual type dynamically. How do I/Can I do this using reflection?
To explain the real scenario that I am working on a bit. I am tryi
How about setting the root value as a string and then carry it around as a string until you need to convert it to the target type?