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 scope c#?
What is the difference between read and readline in c#?
What is the difference between dynamic type variables and object type variables in c#?
What is the difference between mobile application and desktop application?
Does unity require coding?
What exactly happens when we debug and build the program?
In which order the destructor is called for an inherited class?
Explain About namespaces
Is c# slower than java?
What is difference between hashtable and dictionary in c#?
Why do we use generics in c#?
What is difference between private, protected, and public in C#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is tryparse?
What is predicate c#?