CultureAndRegionInfoBuilder::IsMetric Property

 

Gets or sets a value indicating whether the country/region uses the metric system for measurements.

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

public:
property bool IsMetric {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the country/region uses the metric system for measurements; otherwise, false.

Exception Condition
NotSupportedException

This operation is not valid for a neutral culture.

.NET Framework
Available since 2.0
Return to top
Show: