0
kicks
ToString(), or Convert.ToString(); That is the Question.
Many people simply aren't aware of the Convert object in .Net, and fewer know that the Convert.ToString() method is preferable to use over the implicit .ToString() available on all objects.