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
Explain about finalize method?
What is lazy class in c#?
What is thread.sleep()?
What exception can an overridden method throw in comparison with the method it is overriding?
Can main method be final?
Which are the access modifiers available in c#?
Can you access a hidden base class method in the derived class?
What are accessors?
Are structs value types c#?
What is the usage of OLE?
Why do we need a singleton class?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is hashtable c#?
What is platform independence"?
How to find the current application file path while runtime?