Extension Methods from noxon
-
Indents strings with a variable number of characters/strings
-
Converts the first char of a string to an upper case letter.
-
Shuffle-Method for randomizing IEnumerables (It's not the fastest method to do this, if that's important to you)
-
Swaps two variables/objects with each other