I was wondering if there is a way to extend the string class with a method called GenerateRandom() which generates a random string. Maybe this would look like
string.CreateRandom();
As I have read there is no way than creating an instance of a string and then calling the extension method. Maybe there is one and you know it.
Thanks for your help!