Share via


NumeralSystemIdentifiers.Mong Property

Definition

Gets the identifier for the Mongolian decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Mong", which identifies the Mongolian decimal numeral system. This system has the digits ᠐᠑᠒᠓᠔᠕᠖᠗᠘᠙ which correspond to the Latin digits 0-9.

Applies to

See also