The conversion from a value type instance to object is called boxing.It is an implicit conversion.
The conversion from an object instance to value type is called unboxing. It is an explicit conversion.
The conversion from a value type instance to object is called boxing.It is an implicit conversion.
The conversion from an object instance to value type is called unboxing. It is an explicit conversion.