What is the difference between directcast and ctype?
Answer Posted / debjit mondal(9960119198)
Direct Cast is used for Casting type as well as ref. Ctype
is used only for Type Casting,That is why it is faster.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use parameters in c#?
Does c# support parameterized properties?
What are the value types in c#?
Is it possible to execute multiple catch block for a single try statement?
What is gridview c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is static void main in c#?
What does string format do?
What is mvc firstordefault?
What is yield keyword?
What is the difference between field and variable in c#?
What is addressof operator?
What is the difference between private and protected in c#?
What are regular expressions? Search a string using regular expressions?
Explain use of abstract and sealed classes in c#?