Creates a new random string of upper, lower case letters and digits. Very useful for generating random data for storage in test data.
public static string RandomString(int size,
bool includeNumbers);
Return Value
randomized string
Parameters
size
The number of characters of the string to generate
includeNumbers
See also:
Class StringUtils