JeffFerguson / gepsio

Gepsio is a document object model for XBRL documents based on .NET 6.
http://gepsio.wordpress.com
MIT License
65 stars 22 forks source link

Error parsing PresentationArc Order value #52

Open cjundt opened 4 months ago

cjundt commented 4 months ago

When culture is french for instance, decimal separator is expected to be comma so parsing fails because its actually a dot. Parsing numbers should always be culture independent.

cjundt commented 4 months ago

Fixed in PR #53