Click or drag to resize

CustomCultureInfo Methods

The CustomCultureInfo type exposes the following members.

Methods
  NameDescription
Public methodClearCachedData
Refreshes cached culture-related information.
(Inherited from CultureInfo.)
Public methodClone
Creates a copy of the current CultureInfo.
(Inherited from CultureInfo.)
Public methodEquals
Determines whether the specified object is the same culture as the current CultureInfo.
(Inherited from CultureInfo.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetConsoleFallbackUICulture
Gets an alternate user interface culture suitable for console applications when the default graphic user interface culture is unsuitable.
(Inherited from CultureInfo.)
Public methodGetFormat
Gets an object that defines how to format the specified type.
(Inherited from CultureInfo.)
Public methodGetHashCode
Serves as a hash function for the current CultureInfo, suitable for hashing algorithms and data structures, such as a hash table.
(Inherited from CultureInfo.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string containing the name of the current CultureInfo in the format languagecode2-country/regioncode2.
(Inherited from CultureInfo.)
Top
See Also