NumeralSystemIdentifiers.Talu Property

Definition

Gets the identifier for the New Tai Lue decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Talu", which identifies the New Tai Lue decimal numeral system. This system has the digits ᧐᧑᧒᧓᧔᧕᧖᧗᧘᧙ which correspond to the Latin digits 0-9.

Applies to

See also