CalculatePermutations(Int32, Int32, Boolean) | Calculates the amount of permutations that can be generated with the specified character set and string length. |
CalculatePermutationsT(IEnumerableT, Int32, Boolean) | Calculates the amount of permutations that can be generated with the specified collection and string length. |