G
Guest
Hello,
string typename = obj.GetType().FullName;
where obj is a object of any type.
Now my problem is how to create back the object just by passing this typename.
Thanks for the help.
Best Regards,
string typename = obj.GetType().FullName;
where obj is a object of any type.
Now my problem is how to create back the object just by passing this typename.
Thanks for the help.
Best Regards,