Answer Posted / saravankumar
Convert one variable type to another one is called datatype
conversion we can also caleed this casting in VB.NET some
automatically conversion is also there.
Cbool CByte CChar Cdate CDec CDbl CInt CLng CObj CShort CSng
CStr CType Asc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is .net code security?
What is STA in .NET?
How to spawn a thread?
Explain assemblies in .net?
Can any object be stored in a viewstate in .net?
What does msil do?
What's wrong with a line like this? Datetime.parse(mystring);
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Do I have any control over the garbage collection algorithm?
Explain the different parts of an assembly?
Tell us what is the native image generator?
How viewstate is being formed and how it's stored on client in .net?
Explain what does managed mean in the .net context?
What is common type system (cts)?
Please explain what do the terms “boxing” and “unboxing” mean?