Use String.Format instead of Chopping Strings
Here is a quick example of why string.Format is just so cool
Here is a quick example of why string.Format is just so cool
For example:
Isn't that much nicer than
Now with two parameters it's still so clean!