Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added EU type street address #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rikvanmechelen
Copy link

I started from PulsarBlow/Faker.Net and created a distinction between us address formatting and eu street address formatting (more particularly, street formatting).
Most EU countries have: {street name} {house number} {extra stuff, such as Apt} while in the us, you start with the street address.
there seem to be some extra's this merge that come from PulsarBlow/Faker.Net

PulsarBlow and others added 5 commits October 9, 2013 20:21
Signed-off-by: PulsarBlow <[email protected]>
Added the EU type street address (or at least part of the EU, which has:
{street name} {house number} {secondary address}
I also changed some line endings to the default windows line endings
(VS.net asked met to do so)
…of #

Without the join, it will just call ToString(), which gives something
along the lines of:
Faker.Extensions.NumberExtensions+<Times>d__5`1[System.String]275 Salma
Divide Suite 548 for a US street address.
Additionally the Join is changes to return the empty string in case the
IEnumerable is empty (it crashes otherwise)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants