Skip to content

Fixed culture bug for NumberValue#2308

Open
OssianEPPlus wants to merge 1 commit intodevelop8from
bug/s1018
Open

Fixed culture bug for NumberValue#2308
OssianEPPlus wants to merge 1 commit intodevelop8from
bug/s1018

Conversation

@OssianEPPlus
Copy link
Contributor

double.TryParse with NumberStyles.Any considers the argto often be currency even when it does not contain a currency symbol
therefore

cultureInfo.NumberFormat.CurrencyDecimalSeparator
//and
cultureInfo.NumberFormat.CurrencyGroupSeparator

Must also be set to the separator args.

@OssianEPPlus OssianEPPlus requested a review from JanKallman March 10, 2026 16:05
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

Successfully merging this pull request may close these issues.

1 participant