Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompareInfo::GetCompareInfo Method

 

Initializes a new CompareInfo object.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetCompareInfo(Int32)

Initializes a new CompareInfo object that is associated with the culture with the specified identifier.

System_CAPS_pubmethodSystem_CAPS_staticGetCompareInfo(Int32, Assembly^)

Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly.

System_CAPS_pubmethodSystem_CAPS_staticGetCompareInfo(String^)

Initializes a new CompareInfo object that is associated with the culture with the specified name.

System_CAPS_pubmethodSystem_CAPS_staticGetCompareInfo(String^, Assembly^)

Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly.

Return to top
Show:
© 2017 Microsoft