StandardFormat.Precision Property

Definition

Gets the precision component of the format.

public:
 property System::Byte Precision { System::Byte get(); };
public byte Precision { get; }
member this.Precision : byte
Public ReadOnly Property Precision As Byte

Property Value

The precision component, which can be NoPrecision, or can range from 0 to 9.

Applies to