Address.

StreetAddress(bool) Method

Summary

Gets a random street address.
Namespace
Faker
Containing Type
Address

Syntax

public static string StreetAddress(bool includeSecondaryAddress)

Parameters

Name Type Description
includeSecondaryAddress bool Includes the secondary address if set to true.

Return Value

Type Description
string A random street address.
GitHub