B
Bill Cohagan
I need to map (at runtime) from the name of a type to the corresponding Type
object so that I can access several of the attributes of that Type.
Type.GetType(..) seems to require a qualified type name, but what I've got
is just "int" or perhaps "Int16" or "Guid" or "foo". Is there a way?
Thanks,
Bill
object so that I can access several of the attributes of that Type.
Type.GetType(..) seems to require a qualified type name, but what I've got
is just "int" or perhaps "Int16" or "Guid" or "foo". Is there a way?
Thanks,
Bill