Method | Description | |
---|---|---|
First ( ) : string |
Creates a random first name.
|
|
FullName ( ) : string |
Creates a name using random format.
|
|
FullName ( NameFormats format ) : string |
Creates a random name using the specified format.
|
|
Last ( ) : string |
Creates a random Last name
|
|
Prefix ( ) : string |
Creates a random prefix.
|
|
Suffix ( ) : string |
Creates a random suffix.
|
public static FullName ( NameFormats format ) : string | ||
format | NameFormats | The name format. |
return | string |