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
Is c# code is managed or unmanaged code?
Why we use oops in c#?
Why is dll used?
What is the purpose of a namespace?
What are the different types of assemblies available and their purpose?
Can a class be protected in c#?
What is difference between write and writeline in c#?
Is and as keyword in c# net?
What is the role of the datareader class in ado.net connections?
What is deadlock in c#?
What is escape sequence in c#?
What is this keyword in C#?
Explain About .NET Remoting and types of remoting
Why are c# strings immutable?
What is the use of console?