difference between ToString() and Convert.ToString()?

ToString() will throw exception for null values,Convert.ToString() will not throw any exception for null values.