This documentation is archived and is not being maintained.
CompareInfo::GetCompareInfo Method
Visual Studio 2010
Initializes a new CompareInfo object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetCompareInfo(Int32) | Initializes a new CompareInfo object that is associated with the culture with the specified identifier. |
|
GetCompareInfo(String) | Initializes a new CompareInfo object that is associated with the culture with the specified name. |
|
GetCompareInfo(Int32, Assembly) | Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly. |
|
GetCompareInfo(String, Assembly) | Initializes a new CompareInfo object that is associated with the specified culture and that uses string comparison methods in the specified Assembly. |
Show: