This documentation is archived and is not being maintained.

CultureAndRegionInfoBuilder Methods

The CultureAndRegionInfoBuilder type exposes the following members.

  NameDescription
Public method Static member CreateFromLdml Reconstitutes a CultureAndRegionInfoBuilder object from a specified XML file that contains a representation of the object.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LoadDataFromCultureInfo Sets the properties of the current CultureAndRegionInfoBuilder object with the corresponding properties of the specified CultureInfo object.
Public method LoadDataFromRegionInfo Sets the properties of the current CultureAndRegionInfoBuilder object with the corresponding properties of the specified RegionInfo object.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Register Persists the current CultureAndRegionInfoBuilder object as a custom culture on the local computer and makes that culture available to applications. Requires administrative privileges.
Public method Save Writes an XML representation of the current CultureAndRegionInfoBuilder object to the specified file.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Static member Unregister Deletes a custom culture from the local computer.
Top
Show: