CultureInfo Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The CultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
Clone | Creates a copy of the current CultureInfo object. |
|
Equals | Determines whether the specified object is the same culture as this CultureInfo object. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
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 object. |
|
ToString | Returns a string containing the name of the current CultureInfo object in the format "languagecode-country/regioncode". (Overrides Object.ToString.) |
Show: