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 the Goals of the UIP Application Block?
What are an object and a class?
What is RPC? What is the use of it?
What is the difference between response.write & response.output.write?
What's the .net collection class that allows an element to be accessed using a unique key?
Is .net 4.8 backwards compatible?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What?s a proxy of the server object in .NET Remoting?
What do you mean by web service?
How do you instantiate a complex number?
What is the purpose of enumerable class in .net?
What are .net applications?