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