Quantcast
Viewing all articles
Browse latest Browse all 6

What is Object type!!!

You may need to cast these input paramaters to Object type though, this is called boxing, which adds additional overhead. You could use TryCast, Directcast - to name a couple. Call me old fashioned, but try to use the most appropriate data type for their intended purposes.  Also, you may need to use GetType / TypeOf to determine the paramaters type.

Now I am totally confused with what you answered..........

Can you explain this please with an example?


Viewing all articles
Browse latest Browse all 6

Trending Articles