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

Add extension methods to CultureInfo and/or Region #32

Open
RemyDuijkeren opened this issue Sep 6, 2015 · 0 comments
Open

Add extension methods to CultureInfo and/or Region #32

RemyDuijkeren opened this issue Sep 6, 2015 · 0 comments

Comments

@RemyDuijkeren
Copy link
Owner

For example:
var ci = new CultureInfo("nl-NL");
var currency = ci.GetCurrency();

This issue should also take into consideration the fact that a certain Culture might have 2 currencies.
One might be the official Currency, the other Currency might the most used Currency. For example many countries use the dollar for trading and/or paying for commodities, this instead of their official Currency.

@RemyDuijkeren RemyDuijkeren added this to the v0.6.0 milestone Dec 8, 2015
@JayT82 JayT82 self-assigned this Dec 11, 2015
@RemyDuijkeren RemyDuijkeren removed this from the v0.7.0 milestone Jul 6, 2016
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