Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is reference type to value type.

Answer Posted / suresh

convertion of Reference type to value type is called
UnBoxing.

ex: int x;
object obj=20;

x=Convert.ToInt32(obj);

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

1086


Which library is used by the testers and developers to develop automated tests and create testing tools?

1061


What are the major built-in objects in ASP.NET?

1149


What are the various session state management options provided by asp.net?

1026


In how many ways we can retrieve table records count?

1103


What is the difference between application state and session state in asp net?

1095


Define satellite assemblies.

1114


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

2110


Where is asp.net session stored?

981


How would ASP and ASP.NET applications run at the same time on the same server?

2570


How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC

933


Securitywise What are the Enhancements in 2.0?

1999


Contrast OOP and SOA. What are tenets of each ?

2293


What is the flow of processing of the request? : asp.net mvc

1080


How to implement globalization and localization in the use interface in .net.

1069