Why would anyone use String.FormatString.Format in C# and VB .NET as opposed to the concatenation operators (&& in VB, and ++ in C#)?
What is the main difference? Why are everyone so interested in using String.FormatString.Format? I am very curious.