NumeralSystemIdentifiers.MymrShan Property

Definition

Gets the identifier for the Myanmar Shan decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "MymrShan", which identifies the Myanmar Shan decimal numeral system. This system has the digits ႐႑႒႓႔႕႖႗႘႙ which correspond to the Latin digits 0-9.

Applies to

See also