Is unboxing an implicit conversion?



Is unboxing an implicit conversion?..

Answer / Ajit Kumar Pandey

Yes, unboxing is an implicit conversion in C#. It involves converting a value of type object or any other common type to a value type such as int, struct, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is dll a library?

1 Answers  


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


What is sealed class in c#?

1 Answers  


What is entity framework c#?

1 Answers  


What is c# best for?

1 Answers  


What is an array of arrays called?

1 Answers  


Is array reference type / value type?

15 Answers   Accenture,


How to update the gui from another thread in c#?

1 Answers  


What are the types of attributes in c#?

1 Answers  


Why do we use threads in c#?

1 Answers  


WHICH IS THE BEST BOOK FOR A BEGINNER TO LEARN AP.NET 3.5, C#.NET & ALL THE FEATURES OF VISUAL STUDIO2008? WHAT ARE THE CERTIFICATIONS IN THIS FIELD? WHICH IS BEST BOOK FOR CLAERING CERTIFICATION EXAM? PLZ HELP ME YAAR

1 Answers  


What is boolean method?

1 Answers  


Categories