Give An example of a ctype and directcast.
Answers were Sorted based on User's Feedback
Answer / sajid
Dim t As String = "5"
Dim s As Integer = CType(t, Integer)
Dim t As String = "5"
Dim w As String = DirectCast(t, String)
| Is This Answer Correct ? | 19 Yes | 3 No |
textbox = CType(obj, TextBox)
textbox = DirectCast(obj, TextBox)
| Is This Answer Correct ? | 15 Yes | 8 No |
What are pdbs?
What is close method? How its different from finalize and dispose?
What is STA in .NET?
What are remotable objects in .NET Remoting?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is a .DLL and .EXE files called in .NET?
How can you instantiate a tuple?
What is misl?
What's typical about a windows process in regards to memory allocation in .net?
Explain what is a delegate?
Which ports are used by virueses?
Explain how com+ related to the dna architecture?