Answer Posted / vasanth
Converting reference type to value type.
Example
Object x;
int y;
y=(int)x;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is literal in c#?
What is local function?
Explain the ways to deploy an assembly?
How do I create a dbml file?
how to sort an array in c#
What are c# i/o classes? What are the commonly used i/o classes?
Can you explain template pattern?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the use of flag in c#?
Is learning c# hard?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Is it not possible to store a boolean value as a variable?
What is expression tree in c#?
Explain About remoting and web services. Difference between them
How do I convert a string to an int in c#?