PercentFormatter.SignificantDigits 屬性

定義

取得或設定當百分比格式化時,目前的填補為有效位數。

public:
 property int SignificantDigits { int get(); void set(int value); };
int SignificantDigits();

void SignificantDigits(int value);
public int SignificantDigits { get; set; }
var int32 = percentFormatter.significantDigits;
percentFormatter.significantDigits = int32;
Public Property SignificantDigits As Integer

屬性值

Int32

int

有效位數。

實作

備註

尾端零會新增至格式,直到指定的有效位數耗盡為止。 如果有更多位數,則此屬性不會造成截斷。

適用於