NumeralSystemIdentifiers.Arab Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for the Arabic-Indic decimal numeral system.
public:
static property Platform::String ^ Arab { Platform::String ^ get(); };
static winrt::hstring Arab();
public static string Arab { get; }
var string = NumeralSystemIdentifiers.arab;
Public Shared ReadOnly Property Arab As String
Property Value
The string "Arab", which identifies the Arabic-Indic decimal numeral system. This system has the digits ٠١٢٣٤٥٦٧٨٩ which correspond to the Latin digits 0-9.