-
Couldn't load subscription status.
- Fork 15
Open
Labels
Description
When formatting stuff to text, the thread's current culture is used e.g. to format decimals, which in Denmark could look like this:
0,18343
In English-speaking countries, it would look like this:
0.18343
and there will be differences in how dates, and maybe other stuff is formatted too.
It would be neat if all Format*** methods would accept a CultureInfo object as an optional argument, which would then be used in all value-to-text formatting methods.