CurrencyFormatter.NumeralSystem 属性

定义

获取或设置用于格式化和分析货币值的编号系统。

public:
 property Platform::String ^ NumeralSystem { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NumeralSystem();

void NumeralSystem(winrt::hstring value);
public string NumeralSystem { get; set; }
var string = currencyFormatter.numeralSystem;
currencyFormatter.numeralSystem = string;
Public Property NumeralSystem As String

属性值

String

Platform::String

winrt::hstring

一个字符串,指示格式化程序的数字系统, 例如,“Latn”表示拉丁语数字系统 (0123456789) “Arab”,Arabic-Indic 数字系统 (٠㿍٢٣٤٥٦٧٨٩) 。 请参阅受支持的 数字系统值

实现

适用于

另请参阅