CurrencyFormatter.Mode 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
통화 형식이 통화 기호인지 통화 코드인지 여부를 가져오거나 설정합니다.
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)에 대한 설명을 참조하세요.