What is difference between Convert.ToString(variable) and
variable.ToString()
Answer Posted / hima sijo
convert.tostring handles Null value also where
Variable.tostring wont handle null value.It throw exception
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of constructor?
Is list a collection c#?
What is xaml file in c#?
Is multiple inheritance possible in c#?
What is the main method?
Where do we use serialization in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Can we write class inside a class in c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is class in oops with example in c#?
What is unsigned int?
What is c sharp language?
How does split work in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is form feed and carriage return?