CurrencyFormatter.Mode 속성

정의

통화 형식이 통화 기호인지 통화 코드인지 여부를 가져오거나 설정합니다.

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

속성 값

통화 형식을 지정하는 방법을 지정하는 CurrencyFormatterMode 값입니다.

설명

Mode 속성이 UseSymbol인 경우에도 통화 기호가 모호할 때 통화 코드를 표시하는 방법에 대한 설명은 CurrencyFormatter((String, IIterable(String), String)에 대한 설명을 참조하세요.

적용 대상

추가 정보