Declaration
public static string NextString(
this Random rnd,
int length,
string charset = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"
)
Summary
Returns a random string of length
length, containing only characters listed in
charset.