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

Generate Iban #21

Closed
ekjuanrejon opened this issue May 12, 2020 · 1 comment
Closed

Generate Iban #21

ekjuanrejon opened this issue May 12, 2020 · 1 comment
Assignees
Milestone

Comments

@ekjuanrejon
Copy link

Is it possible to generate an iban?

@skwasjer
Copy link
Owner

Not at the moment. For testing purposes, the best that is possible atm, is using the IbanCountry.Iban.Example property.

IbanRegistry.Default.TryGetValue("NL", out IbanCountry country);
Debug.WriteLine(country.Iban.Example);

I will probably add something like this at some point, but can't say when.

@skwasjer skwasjer added this to the > v4.0 milestone Sep 21, 2020
@skwasjer skwasjer self-assigned this Sep 21, 2020
@skwasjer skwasjer modified the milestones: > v4.0, v4.5 Jun 6, 2021
@skwasjer skwasjer modified the milestones: v4.5, v4.4 Jun 8, 2021
@skwasjer skwasjer mentioned this issue Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants