CultureInfo Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ClearCachedData() | Refreshes cached culture-related information. |
![]() | Clone() | Creates a copy of the current CultureInfo. |
![]() ![]() | CreateSpecificCulture(String^) | Creates a CultureInfo that represents the specific culture that is associated with the specified name. |
![]() | Equals(Object^) | 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 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(String^) | Deprecated. Retrieves a read-only CultureInfo object having linguistic characteristics that are identified by the specified RFC 4646 language tag. |
![]() ![]() | GetCultures(CultureTypes) | Gets the list of supported cultures filtered by the specified CultureTypes parameter. |
![]() | GetFormat(Type^) | 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() | |
![]() | MemberwiseClone() | |
![]() ![]() | ReadOnly(CultureInfo^) | Returns a read-only wrapper around the specified CultureInfo object. |
![]() | ToString() | Returns a string containing the name of the current CultureInfo in the format languagecode2-country/regioncode2.(Overrides Object::ToString().) |


