NumeralSystemIdentifiers.Mlym Property

Definition

Gets the identifier for the Malayalam decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Mlym", which identifies the Malayalam decimal numeral system. This system has the digits ൦൧൨൩൪൫൬൭൮൯ which correspond to the Latin digits 0-9.

Applies to

See also