Share via


DecimalFormatter.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 = decimalFormatter.numeralSystem;
decimalFormatter.numeralSystem = string;
Public Property NumeralSystem As String

属性值

String

Platform::String

winrt::hstring

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

实现

适用于

另请参阅