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 |
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is the difference between constants and read-only variables?
What are the improvements made in cas in .net 4.0?
What are the advantages of .net?
What are the security policy levels in .Net
Do you know what is linq?
What is Meta Data? Explain Types of Assemblies
Explain what is mutex?
What is COM Interoperability in .NET
What is the difference between a class and an object, and how do these terms relate to each other?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is JIT and how is works?