P
Peter Morris
I will be receiving an "object" reference from one method, and a "Type"
reference from another. I need to
A: Check that I can convert the object to the type
B: If I can, then convert it
Is there something I can already use to do this, or am I going to have to
write a lot of code?
Thanks
reference from another. I need to
A: Check that I can convert the object to the type
B: If I can, then convert it
Is there something I can already use to do this, or am I going to have to
write a lot of code?
Thanks