StandardFormat.HasPrecision Property

Definition

Gets a value that indicates whether a format has a defined precision.

public:
 property bool HasPrecision { bool get(); };
public bool HasPrecision { get; }
member this.HasPrecision : bool
Public ReadOnly Property HasPrecision As Boolean

Property Value

true if the format has a precision other than NoPrecision; otherwise, false.

Applies to