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 the server of asp.net?

510


How long should a session id be?

528


What is session state server?

623


Whats the difference between abstract factory pattern and factory pattern?

601


Define xmlreader class.

577






What is the significance of attaching a profile while creating a user?

567


What is IPostBack? How to use it?

600


Is session server side or client side?

531


Which adapter should you use, if you want to get the data from an access database?

544


How do I know asp.net mvc version? : Asp.Net MVC

506


Explain the difference between asp and asp.net?

514


What is web router?

505


How do you open a page in a new window?

554


Web API uses which library for JSON serialization?

569


What is session in web technology?

524