Mario Luis wrote:
I understood that to mean that it uses the culture that is set on the server
No, it makes it independent of any regional settings. MSDN[^] could have said it better, it gives: The CultureInfo that is culture-independent (invariant)... The invariant culture is culture-insensitive. Your application specifies the invariant culture by name using an empty string ("") or by its language identifier. InvariantCulture retrieves an instance of the invariant culture. It is associated with the English language but not with any country/region. It is used in almost any method in the Globalization namespace that requires a culture. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.