CollationInfo.GetCollationInfo Method
Include Protected Members
Include Inherited Members
Gets the CollationInfo object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetCollationInfo(String) | Gets the CollationInfo object that has the specified name. | |
GetCollationInfo(ICollation) | Gets the CollationInfo object for the specified ICollation object. | |
GetCollationInfo(Int32, CompareOptions) | Gets the CollationInfo object for the specified culture identifier and comparison options. |
Top