Bagikan melalui


CurrencyFormatter.Mode Properti

Definisi

Mendapatkan atau mengatur apakah mata uang diformat dengan simbol mata uang atau kode mata uang.

public:
 property CurrencyFormatterMode Mode { CurrencyFormatterMode get(); void set(CurrencyFormatterMode value); };
CurrencyFormatterMode Mode();

void Mode(CurrencyFormatterMode value);
public CurrencyFormatterMode Mode { get; set; }
var currencyFormatterMode = currencyFormatter.mode;
currencyFormatter.mode = currencyFormatterMode;
Public Property Mode As CurrencyFormatterMode

Nilai Properti

Nilai CurrencyFormatterMode yang menentukan bagaimana mata uang diformat.

Keterangan

Lihat keterangan untuk CurrencyFormatter((String, IIterable(String), String)) untuk penjelasan tentang bagaimana kode mata uang dapat ditampilkan ketika simbol mata uang ambigu bahkan jika properti Mode adalah UseSymbol.

Berlaku untuk

Lihat juga