System.Globalization.CompareInfo.Name Property

Gets the name of the culture used for sorting operations by this System.Globalization.CompareInfo object.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public virtual string Name { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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".

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0