PercentFormatter.FractionDigits Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum number of digits to display for the fraction part of the percentage.
public:
property int FractionDigits { int get(); void set(int value); };
int FractionDigits();
void FractionDigits(int value);
public int FractionDigits { get; set; }
var int32 = percentFormatter.fractionDigits;
percentFormatter.fractionDigits = int32;
Public Property FractionDigits As Integer
Property Value
Int32
int
The minimum number of digits to display.