This documentation is archived and is not being maintained.
CultureInfo::GetCultureInfo Method
Visual Studio 2010
Retrieves a cached, read-only instance of a culture.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetCultureInfo(Int32) | Retrieves a cached, read-only instance of a culture by using the specified culture identifier. |
|
GetCultureInfo(String) | Retrieves a cached, read-only instance of a culture by using the specified culture name. |
|
GetCultureInfo(String, String) | Retrieves a cached, read-only instance of a culture. Parameters specify a culture that is initialized with the TextInfo and CompareInfo objects specified by another culture. |
Show: