Summary
Generates a random username.
Syntax
[SuppressMessage("Microsoft.Globalization", "CA1308:NormalizeStringsToUppercase", Justification = "We do not want to generate upper case usernames")]
public static string UserName(string name)
Attributes
Type | Description |
---|---|
Suppress |
Parameters
Name | Type | Description |
---|---|---|
name | string | The name to generate the user name from. |
Return Value
Type | Description |
---|---|
string | The generated username. |