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

屬性值

String

Platform::String

winrt::hstring

表示格式子數字系統的字串, 例如拉丁數字系統的 「Latn」 (0123456789) 或 Arabic-Indic 數字系統的 「Arab」 (٠١٢٣٤٥٦٦٧٨٩) 。 請參閱支援的 數字系統值

實作

備註

注意

對於阿拉伯數字系統, (「Arab」 和 「ArabExt」 或任何數字系統,這些數字系統會使用這些字元的組合,) :+ 句號 (.) 緊接在拉丁數位轉換成阿拉伯小數分隔符號 (u+66b) 。

  • 在拉丁數位轉換成阿拉伯文千位分隔符號 (u+66c) 之前,緊接在逗號 (,) 。
  • 拉丁數位連續的百分比 (%) 會轉換成阿拉伯文百分比符號 (u+66a) 。
  • 與拉丁數位連續的 permille (u+2030) 會轉換成阿拉伯文 Per Mille 符號 (u+609) 。

適用於

另請參閱