Method RandomlyRecaseString
RandomlyRecaseString(Random, String)
Randomly upcases, downcases, or leaves intact each code point in the given string
Declaration
public static string RandomlyRecaseString(Random random, string str)
Parameters
Type | Name | Description |
---|---|---|
Random | random | |
System.String | str |
Returns
Type | Description |
---|---|
System.String |