NumeralSystemIdentifiers.Mymr Property

Definition

Gets the identifier for the Myanmar decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Mymr", which identifies the Myanmar decimal numeral system. This system has the digits ၀၁၂၃၄၅၆၇၈၉ which correspond to the Latin digits 0-9.

Applies to

See also