共用方式為


CurrencyFormatter.IsDecimalPointAlwaysDisplayed 屬性

定義

取得或設定是否應該一律顯示貨幣值的小數點。

public:
 property bool IsDecimalPointAlwaysDisplayed { bool get(); void set(bool value); };
bool IsDecimalPointAlwaysDisplayed();

void IsDecimalPointAlwaysDisplayed(bool value);
public bool IsDecimalPointAlwaysDisplayed { get; set; }
var boolean = currencyFormatter.isDecimalPointAlwaysDisplayed;
currencyFormatter.isDecimalPointAlwaysDisplayed = boolean;
Public Property IsDecimalPointAlwaysDisplayed As Boolean

屬性值

Boolean

bool

如果 應該一律顯示值的十進位點,則為 True,否則為 false

實作

適用於