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

When decimal separator is a comma, the parsed Money value does not utilize the decimal placement #17

Open
ravipuri opened this issue Mar 2, 2022 · 1 comment

Comments

@ravipuri
Copy link

ravipuri commented Mar 2, 2022

When decimal separator is a comma, the parsed Money value does not utilize the decimal placement

e.g.

Input: :61:2111091109C19053,79NTFOOBARXXXXXXXX
Output: 1905379

Please advise. Thanks.

@bhorn
Copy link

bhorn commented Apr 8, 2024

2 years late, but Mt940Parser.Parse can take a CultureInfo as a parameter, and CultureInfo.GetCultureInfo("fr-FR") uses commas.

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

No branches or pull requests

2 participants