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 user controls are and what server controls are and the differences between the two.
Explain about Behavioral design pattern?
What is Full trust permission set in .Net
Directcast(123.34,integer) - should it throw an error? Why or why not?
Conceptually, what is the difference between early-binding and late-binding?
How does cas works?
How to instantiate a delegate?
Difference between value type & reference types ?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Is .net an object oriented language? What are their components?
How many languages .NET is supporting now?
38 Answers Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,
What makes .net core cross platform?