NumeralSystemIdentifiers.TamlDec Property

Definition

Gets the identifier for the Tamil decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "TamlDec", which identifies the Tamil decimal numeral system. This system has the digits ௦௧௨௩௪௫௬௭௮௯ which correspond to the Latin digits 0-9.

Applies to

See also