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 |
What is the difference between a class and an object, and how do these terms relate to each other?
How do you give a Windows service specific permissions?
Explain how to stop a thread?
What are three common acronyms used in .net, and what do they stand for?
Please explain what are an object and a class?
What is the use of Treeview control?
What is file extension of Webservices in .Net?
Difference between machine.config and web.config?
Tell us what is json data, and what is one way that .net developers can work with json?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Define marshling?
What is Nothing permission set in .Net