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 are All kind of access specifiers for a class and for methods
How do you serialize an object?
What is difference between array and list in c#?
What is sqldataadapter in c#?
Which sorting algorithm is best?
What is the difference between integer and double?
Can a abstract class have a constructor?
What do u mean by thread safe?
What is the difference between overriding and overloading in systemverilog?
What's the difference between System.String and System..StringBuilder in C#?
What is strong data type in c#?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What is the difference between Java and .NET garbage collectors?
How many root nodes are there in an xml document?
What are floating point numbers?