Boxing and unboxing is an important concept in VB.NET's type system. With Boxing and Unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object.Boxing
Boxing and Unboxing
Type Conversions in VB.NET
thanks for correcting.