I been wondering this for a while. Why use String.Concat() instead of using the + operator. I understand the String.Format since it a void
String.Concat()
+
String.Format