Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft