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
What is xpath in c#?
What all details the assembly manifest will contain?
What is difference between dynamic and var in c#?
What is the use of oops in c#?
What can be done with c#?
What is namespace in oops?
Why do we need delegates?
How do generics work in c#?
What does executescalar return in c#?
Why do we use static class in c#?
Are c# tuples immutable?
What is the difference between mobile application and desktop application?
What is boolean conditions in c#?
Why we use anonymous methods in c#?
Can I get the name of a type at runtime?