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