Name.

FullName(NameFormats) Method

Summary

Creates a random name using the specified format.
Namespace
Faker
Containing Type
Name

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.
GitHub