StandardFormat.HasPrecision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出格式是否具有已定義的有效位數。
public:
property bool HasPrecision { bool get(); };
public bool HasPrecision { get; }
member this.HasPrecision : bool
Public ReadOnly Property HasPrecision As Boolean
屬性值
true
如果格式具有 以外的 NoPrecision有效位數,則為 ,否則為 false
。