NumeralSystemIdentifiers.Mtei Property

Definition

Gets the identifier for the Meetei Mayek decimal numeral system.

public:
 static property Platform::String ^ Mtei { Platform::String ^ get(); };
static winrt::hstring Mtei();
public static string Mtei { get; }
var string = NumeralSystemIdentifiers.mtei;
Public Shared ReadOnly Property Mtei As String

Property Value

String

Platform::String

winrt::hstring

The string "Mtei", which identifies the Meetei Mayek decimal numeral system. This system uses the following Unicode values:

Unicode code pointCorresponding Latin digit
U+ABF00
U+ABF11
U+ABF22
U+ABF33
U+ABF44
U+ABF55
U+ABF66
U+ABF77
U+ABF88
U+ABF99

Applies to

See also