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

属性值

String

Platform::String

winrt::hstring

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

适用于

另请参阅