CultureInfo Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| 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 | Overloaded. Overridden. |
| GetConsoleFallbackUICulture | Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable. |
| GetCultureInfo | Overloaded. Retrieves a cached, read-only instance of a culture. |
| GetCultureInfoByIetfLanguageTag | Retrieves a read-only CultureInfo object whose linguistic characteristics are identified by the specified RFC 3066(bis) 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 | Overridden. Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReadOnly | Returns a read-only wrapper around the specified CultureInfo. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Returns a string containing the name of the current CultureInfo in the format "<languagecode2>-<country/regioncode2>". |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |