Boxing and Unboxing in C#: Boxing एक ऐसी प्रक्रिया है, जिसमें CLR किसी Value Type जैसे कि int, float, double, long आदि को Appropriate System.Object Type में Convert करता है। उदाहरण के लिए यदि int Type के मान को System.Int32 Type के मान में Convert करें, तो इस प्रक्रिया को Boxing कहा जाता है। जबकि ठीक इसके विपरीत यदि हम System.Int32 Type के मान को int Type के मान में Convert करें, तो इसी प्रक्रिया को Unboxing कहा जाता है। जैसाकि हमने इस पुस्तक … [Read more...]
Boxing and Unboxing in C#
Filed Under: C# Programming Language in Hindi Tagged With: auto boxing, autoboxing, boxing and unboxing, boxing and unboxing in .net, boxing and unboxing in asp.net, boxing and unboxing in c#, boxing and unboxing in c# example, boxing and unboxing in c# with example, boxing in c#, boxing unboxing, boxing unboxing c#, boxing unboxing in c#, difference between boxing and unboxing, object type in c#, reference types in c#, types of boxing, unboxed meaning, unboxing, value type in c#, value types and reference types in c#, value types in c#, what is boxing, what is boxing and unboxing, what is boxing and unboxing in c#, what is boxing in c#, what is value type and reference type in c#