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© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic