which chronicle stringcomparer use
if i wish have case-insensitive string-keyed dictionary, chronicle stringcomparer should i given constraints:
- the keys collection presumably c# formula config files combined english locality wholly (either us, uk)
- the program internationalized run opposite locales
i customarily stringcomparer.invariantcultureignorecase nonetheless wasn't certain repremand case. here instance code:
dictionary< string, object> things = new dictionary< string, object>(stringcomparer.invariantcultureignorecase);
Comments
Post a Comment