PercentFormatter.NumeralSystem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來格式化和剖析百分比的編號系統。
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 = percentFormatter.numeralSystem;
percentFormatter.numeralSystem = string;
Public Property NumeralSystem As String
屬性值
表示格式子數字系統的字串, 例如拉丁數字系統的 「Latn」 (0123456789) 或 Arabic-Indic 數字系統的 「Arab」 (٠١٢٣٤٥٦٦٧٨٩) 。 請參閱支援的 數字系統值。
實作
備註
注意
對於阿拉伯數字系統, (「Arab」 和 「ArabExt」 或任何數字系統,這些數字系統會使用這些字元的組合,) :+ 句號 (.) 緊接在拉丁數位轉換成阿拉伯小數分隔符號 (u+66b) 。
- 在拉丁數位轉換成阿拉伯文千位分隔符號 (u+66c) 之前,緊接在逗號 (,) 。
- 拉丁數位連續的百分比 (%) 會轉換成阿拉伯文百分比符號 (u+66a) 。
- 與拉丁數位連續的 permille (u+2030) 會轉換成阿拉伯文 Per Mille 符號 (u+609) 。