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 collections in .net? why we use?
Differentiate between object pooling and connection pooling in c#?
Which .gang of four. Design pattern is shown below?
Why is it important to override gethashcode when equals method is overridden?
Does hashset allow duplicates c#?
Why do we use namespace in c#?
How do I trim a space in c#?
What is thread safe in c#?
Can a constructor be private in c#?
What do constructors do in c#?
What kind of the information stored inside the assembly?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What are the two kinds of properties in c#.
When do we generally use destructors to release resources?
Differentiate between sqlclient oledb and providers?