This documentation is archived and is not being maintained.
CultureInfo Methods
Visual Studio 2010
The CultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClearCachedData | Refreshes cached culture-related information. |
|
Clone | Creates a copy of the current CultureInfo. |
|
CreateSpecificCulture | Creates a CultureInfo that represents the specific culture that is associated with the specified name. |
|
Equals | Determines whether the specified object is the same culture as the current CultureInfo. (Overrides Object::Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetConsoleFallbackUICulture | Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable. |
|
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. |
|
GetCultureInfoByIetfLanguageTag | Deprecated. Retrieves a read-only CultureInfo object having linguistic characteristics that are identified by the specified RFC 4646 language tag. |
|
GetCultures | Gets the list of supported cultures filtered by the specified CultureTypes parameter. |
|
GetFormat | Gets an object that defines how to format the specified type. |
|
GetHashCode | Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table. (Overrides Object::GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadOnly | Returns a read-only wrapper around the specified CultureInfo. |
|
ToString | Returns a string containing the name of the current CultureInfo in the format "languagecode2-country/regioncode2". (Overrides Object::ToString().) |
Show: