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
What are the important components of .net?
How can you turn-on and turn-off cas?
What is the native image generator?
What is Ajax? How it is related to your project?
What is different between webusercontrol and in webcustomcontrol?
What is the difference between a debug and release build?
What is an assembly? What are the different types of assemblies?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is deferred execution vs. Immediate execution in linq?
Do you know what is .net standard?
What is Ajax design pattern in .NET?
What are the different types of Classes in .NET?
What is alias ? Is it used in .Net ?
Which namespace does it belong to by default?
Tell us what is heap and what is stack?