J
Jim
how do I convert a string representation of a system.Type into a System.Type
object?
Cheers
Earth Worm Jim
object?
Cheers
Earth Worm Jim
how do I convert a string representation of a system.Type into a System.Type
object?
Jon Skeet said:That entirely depends on the string representation and the type
involved. If you control the type involved, you can use the
TypeConverter class to do some of the work for you - if you look up
TypeConverter in the MSDN, you'll find quite a lot of information to
help you.