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 main components in .net?

1 Answers  


How do you define the lease of the object in .net?

1 Answers  


How do you give a Windows service specific permissions?

1 Answers  


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

1 Answers  


What is 3 tier architecture?

1 Answers  


Explain what relationship is between a process, application domain, and application?

1 Answers  


Tell us what is the native image generator?

1 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


Difference between VB.NET and C#. Which is faster ?

16 Answers   TCS,


Can I write my own .net host?

1 Answers  


Explain how to rename a table using sql queries?

1 Answers  


What is the difference between a debug and release build?

1 Answers  


Categories