adspace


What is Datatype Conversion in Vb.net?

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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143