G
Guest
I have an file from which I retrieve a type name. (i do not know what the
object type will be).
For argument's sake, the string data retrieved is
"System.Data.SqlClient.SqlParameter"
How can I create an object of type System.Data.SqlClient.SqlParameter from
this string, without prior knowledge of what the string says.
I have looked for a kind of SetType() method but can't find one.
Any help much appreciated.
CR
object type will be).
For argument's sake, the string data retrieved is
"System.Data.SqlClient.SqlParameter"
How can I create an object of type System.Data.SqlClient.SqlParameter from
this string, without prior knowledge of what the string says.
I have looked for a kind of SetType() method but can't find one.
Any help much appreciated.
CR