CultureAndRegionInfoBuilder.LoadDataFromRegionInfo(RegionInfo) Method

Definition

Sets the properties of the current CultureAndRegionInfoBuilder object with the corresponding properties of the specified RegionInfo object.

public:
 void LoadDataFromRegionInfo(System::Globalization::RegionInfo ^ region);
public void LoadDataFromRegionInfo (System.Globalization.RegionInfo region);
member this.LoadDataFromRegionInfo : System.Globalization.RegionInfo -> unit
Public Sub LoadDataFromRegionInfo (region As RegionInfo)

Parameters

region
RegionInfo

The object whose properties will be used.

Exceptions

region is null.

Country/region information cannot be set because the current CultureAndRegionInfoBuilder object specifies a neutral culture.

Applies to