I've got a list view and a button. The list view has columns "Server Name", "Operating System" and "Description". The button populates the list view with computer records from Active Directory.
The columns are clickable, and sort the list view as relevant.
When doing the comparisons, should I be using the user's current culture settings, or should I use the invariant culture?