Answer Posted / 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 |
Post New Answer View All Answers
How to debug failed assembly binds?
Explain me what is an anonymous method and how is it different from a lambda expression?
When we go for html server controls and when we go for web server controls?
What are the important components of .net?
Explain the purpose of Remoting in .NET?
Why inheritance is important?
How will you register com+ services?
What is smart navigation in .net?
what is the default security setting in .net?
How does u handle this COM components developed in other programming languages in .NET?
What is .net and .net framework?
What is Event - Delegate? clear syntax for writing a event delegate
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What's singleton activation mode in .net?
What is RCW (Run time Callable Wrappers)?