Click here to Skip to main content
15,896,727 members
Articles
(untagged)

What is Boxing and Unboxing in C#?

11 Oct 2013CPOL 6.6K   1  
Boxing means converting Value type to a Reference type.Ex : int i=100;object obj=(object) i; Unboxing means converting Reference type to a Value
We're sorry, but the article you are trying to view was deleted at 6 Apr 2021.