iamtorsten / libfintx

Moved to https://github.com/libfintx/libfintx - please use the new repository!
https://github.com/libfintx/libfintx
GNU Lesser General Public License v3.0
115 stars 40 forks source link

On US-computer got error: 9110 Ungültige Auftragsnachricht #92

Closed juergenr closed 2 years ago

juergenr commented 3 years ago

Convert.ToDecimal seems to throw an error on an computer with decimal point instead of comma. (e.g. in line 454 in Helper.cs)

Maybe it helps somebody: For me, I could work around the error by setting the default Culture in Program.cs: CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("de");

I want to thank you for great library !!!