NumeralSystemIdentifiers.Laoo Property

Definition

Gets the identifier for the Laoo decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Laoo", which identifies the Laoo decimal numeral system. This system has the digits ۰۱۲۳۴۵۶۷۸۹ which correspond to the Latin digits 0-9.

Applies to

See also