Summary
A collection of Personal name related resources.
- Namespace
- Faker
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["Name"]
class Type type-node
Syntax
public static class Name
Remarks
The resources are acquired by satellite assemblies matching the current thread's
System.Globalization.CultureInfo
.
If no matching satellite assembly is found, the english version is used.
Methods
Name | Value | Summary |
---|---|---|
First |
string |
Creates a random first name.
static
|
FullName |
string |
Creates a name using random format.
static
|
FullName |
string |
Creates a random name using the specified format.
static
|
Last |
string |
Creates a random Last name
static
|
Prefix |
string |
Creates a random prefix.
static
|
Suffix |
string |
Creates a random suffix.
static
|