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 session and application variable in asp net?

447


Define page output caching?

566


What are the security types in asp.net?

569


What is role-based security in asp.net?

514


Define static function?

558






what is meant by sitemapnode ?

1487


What is x xss protection?

554


To display data in a Repeater control which template you provide?

580


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

422


What are the navigation ways between pages available in ASP.NET?

559


What is __ requestverificationtoken?

542


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

607


How you will manage the state of ASP.NET controls?

558


What is advantage of code behind coding in ASP.NET?

552


Define session in asp.net.

551