Gets the name of the culture used for sorting operations by this System.Globalization.CompareInfo object.
Documentation for this section has not yet been entered.
The CompareInfo.Name and CultureInfo.Name properties can have different values. For example, an CompareInfo.LCID property value of hexadecimal 0x10407 identifies an alternate sort culture that sorts names as they might appear in a German telephone book. The CompareInfo.Name property has a value of "de-de_phoneb", whereas the CultureInfo.Name property of the associated German (Germany) culture has a value of "de-DE".