CultureAndRegionInfoBuilder::LoadDataFromCultureInfo Method (CultureInfo^)

 

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

Namespace:   System.Globalization
Assembly:  sysglobl (in sysglobl.dll)

public:
void LoadDataFromCultureInfo(
	CultureInfo^ culture
)

Parameters

culture
Type: System.Globalization::CultureInfo^

The object whose properties will be used.

Exception Condition
ArgumentNullException

culture is null.

.NET Framework
Available since 2.0
Return to top
Show: