Click or drag to resize

BoxingGetBoxedType Method

Overload List
  NameDescription
Public methodStatic memberGetBoxedType(Object)
Gets the boxed type for the value.
Public methodStatic memberGetBoxedType(Type)
Returns the boxed class for the given class, or the class itself if already boxed or not a primitive type. For primitive unboxed types returns the boxed types, e.g. returns typeof(int?) for passing typeof(int). For type other class, returns the class passed.
Top
See Also