ToString() will throw exception for null values,Convert.ToString() will not throw any exception for null values.
I am writing my experiences and learning to help others
ToString() will throw exception for null values,Convert.ToString() will not throw any exception for null values.