invariant culture

T

Tony Johansson

Hi!

I just wonder what the word invariant culture means that exist in the
sentence at the bottom?
Can you just give an example ?
I know that culture means. It could for example for the english language be
en-AU, en-CA,en-GB and en-US in australian, Canada,United Kingdom and the
United states.

Gets a StringComparer object that performs a case-sensitive string
comparison using the word comparison rules of the invariant culture.

//Tony
 
M

Martin Honnen

Tony said:
I just wonder what the word invariant culture means that exist in the
sentence at the bottom?
Can you just give an example ?
I know that culture means. It could for example for the english language be
en-AU, en-CA,en-GB and en-US in australian, Canada,United Kingdom and the
United states.

Gets a StringComparer object that performs a case-sensitive string
comparison using the word comparison rules of the invariant culture.

See
http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.invariantculture.aspx,
it is a predefined CultureInfo instance that "is associated with the
English language but not with any country/region".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top