Posted on: 9/5/2008 5:00:00 PM | Views : 829

When you wish to use a value type with a collection or another place where an object is expected, the value type is boxed within the resultant object. To retrieve the value and convert it back into a simple value type, it is unboxed.

...

Go to the complete details ...