What is Datatype Conversion in Vb.net?



What is Datatype Conversion in Vb.net?..

Answer / 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

More Dot Net General Interview Questions

Explain the difference between managed and unmanaged code?

0 Answers  


Explain what is the difference between a class and an object?

0 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


what is a strong name?

3 Answers  


What are code contracts?

0 Answers  


Explain what is a delegate?

0 Answers  


Can a dll be changed to an exe?

0 Answers  


Please tell us what is the difference between override and overload in a method?

0 Answers  


Explain manifest & metadata.

5 Answers   Wipro,


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


How to create a key pair in .net?

0 Answers  


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


Categories