I stumbled upon this code and I am curious as to what use may the string.Empty part have in it. Is it as completely useless as it seems? Am I missing something?
System.Windows.Forms.ToolStripButton m_button;
int errorCount;
...
m_button.Text = string.Empty + errorCount + " error(s)";