CultureAndRegionInfoBuilder.IsMetric 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出國家/地區是否使用公制系統為度量。
public:
property bool IsMetric { bool get(); void set(bool value); };
public bool IsMetric { get; set; }
member this.IsMetric : bool with get, set
Public Property IsMetric As Boolean
屬性值
如果國家/地區使用公制系統為度量,則為 true
;否則為 false
。
例外狀況
這個作業對中性文化特性無效。