Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 782 Bytes

inumberformatteroptions_numeralsystem.md

File metadata and controls

23 lines (16 loc) · 782 Bytes
-api-id -api-type
P:Windows.Globalization.NumberFormatting.INumberFormatterOptions.NumeralSystem
winrt property

Windows.Globalization.NumberFormatting.INumberFormatterOptions.NumeralSystem

-description

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

-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

-examples

-see-also

NumeralSystem values