MonobjcMonobjc Documented Class Library
NSLocaleUsesMetricSystem Field
NamespacesMonobjc.FoundationNSLocaleNSLocaleUsesMetricSystem

The key for the flag that indicates whether the locale uses the metric system.

The corresponding value is a Boolean NSNumber object. If the value is NO, you can typically assume American measurement units (for example, the statute mile).

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSLocaleUsesMetricSystem
Public Shared ReadOnly NSLocaleUsesMetricSystem As NSString
public:
static initonly NSString^ NSLocaleUsesMetricSystem
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)