CompareInfo::GetCompareInfo Method (Int32, Assembly^)
.NET Framework (current version)
Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
-
Type:
System::Int32
An integer representing the culture identifier.
- assembly
-
Type:
System.Reflection::Assembly^
An Assembly that contains the string comparison methods to use.
Return Value
Type: System.Globalization::CompareInfo^A new CompareInfo object associated with the culture with the specified identifier and using string comparison methods in the current Assembly.
| Exception | Condition |
|---|---|
| ArgumentNullException | assembly is null. |
| ArgumentException | assembly is of an invalid type. |
Note |
|---|
The behavior of this method is unpredictable. It is recommended for your application to use a version of this method that does not take an assembly input. |
The assembly parameter must be of the same type as Module::Assembly.
.NET Framework
Available since 1.1
Available since 1.1
Show:
