.NET Multiple Choice Questions and Answers

Question

What is the difference between Convert.ToString() and ToString()?

A ToString() output as per format supplied
B Convert.ToString() handle null values but ToString() don’t
C Convert.ToString() only handle null values
D ToString() handle null values but Convert.ToString() don’t

Answer & Explanation

Answer: Option [B]