NumeralSystemIdentifiers.Cham Property

Definition

Gets the identifier for the Cham decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Cham", which identifies the Cham decimal numeral system. This system uses the following Unicode values:

Unicode code pointCorresponding Latin digit
U+AA500
U+AA511
U+AA522
U+AA533
U+AA544
U+AA555
U+AA566
U+AA577
U+AA588
U+AA599

Applies to

See also