Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.26 KB

permilleformatter_numeralsystem.md

File metadata and controls

29 lines (21 loc) · 1.26 KB
-api-id -api-type
P:Windows.Globalization.NumberFormatting.PermilleFormatter.NumeralSystem
winrt property

Windows.Globalization.NumberFormatting.PermilleFormatter.NumeralSystem

-description

Gets or sets the numbering system that is used to format and parse permille values.

-property-value

A string that indicates the numeral system of the formatter, such as "Latn" for the Latin numeral system (0123456789) or "Arab" for the Arabic-Indic numeral system (٠١٢٣٤٥٦٧٨٩). See the supported NumeralSystem values.

-remarks

Note

For Arabic numeral systems ("Arab" and "ArabExt" or any numeral systems which use a combination of those characters):+ A period (.) immediately before a Latin digit is converted to the Arabic Decimal Separator (u+66b).

  • A comma (,) immediately before a Latin digit is converted to Arabic Thousand Separator (u+66c).
  • A percent (%) adjacent to a Latin digit is converted to Arabic Per Cent Symbol (u+66a).
  • A permille (u+2030) adjacent to a Latin digit is converted to Arabic Per Mille Symbol (u+609).

-examples

-see-also

NumeralSystem values