NumeralSystemIdentifiers.Arab Property

Definition

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

String

Platform::String

winrt::hstring

The string "Arab", which identifies the Arabic-Indic decimal numeral system. This system has the digits ٠١٢٣٤٥٦٧٨٩ which correspond to the Latin digits 0-9.

Applies to

See also