Skip to content

C# Class to create random names, addresses, phone numbers, emails, and company names

Notifications You must be signed in to change notification settings

robbr2084/RandomAddressCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

RandomAddressCreator

C# Class to create random addresses, phone numbers, emails, and company names

Includes data files containing first names, last names, streets, city, state, county, zip code, and company names

Public Methods include: string ToTitleCase(string str)

string RandomFirstName(int boyProbability = 50)

string RandomBoy()

string RandomGirl()

string RandomLastName()

string RandomFullName(int boyProbability = 50)

string RandomStreet()

string RandomAddress1()

string RandomAddress2(int probability = 10)

string RandomCompany()

CityStateZipCounty RandomLocation()

CityStateZipCounty RandomLocationByState(string stateAbbreviation)

string RandomPhone()

string RandomEmail()

string RandomEmail(string firstName, string lastName)

string RandomEmail(string firstName, string lastName, string domainName)

string RandomEmail(string domainName)

PersonalNameAddress RandomPersonalAddress()

CompanyNameAddress RandomCompanyAddress()

About

C# Class to create random names, addresses, phone numbers, emails, and company names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages