NumeralSystemIdentifiers.Khmr Property

Definition

Gets the identifier for the Khmer decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Khmr", which identifies the Khmer decimal numeral system. This system has the digits ០១២៣៤៥៦៧៨៩ which correspond to the Latin digits 0-9.

Applies to

See also