Condividi tramite


CurrencyFormatter.Mode Proprietà

Definizione

Ottiene o imposta un valore che indica se la valuta è formattata con il simbolo di valuta o il codice valuta.

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

Valore della proprietà

Valore CurrencyFormatterMode che specifica la modalità di formattazione della valuta.

Commenti

Vedere le note relative a CurrencyFormatter((String, IIterable(String), String)) per una spiegazione del modo in cui il codice di valuta può essere visualizzato quando il simbolo di valuta è ambiguo anche se la proprietà Mode è UseSymbol.

Si applica a

Vedi anche