Summary
Creates a random name using the specified format.
Syntax
public static string FullName(NameFormats format)
Parameters
Name | Type | Description |
---|---|---|
format | NameFormats | The name format. |
Return Value
Type | Description |
---|---|
string | A random name with the specified format. |