NumeralSystemIdentifiers.Telu Property

Definition

Gets the identifier for the Telugu decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Telu", which identifies the Telugu decimal numeral system. This system has the digits ౦౧౨౩౪౫౬౭౮౯ which correspond to the Latin digits 0-9.

Applies to

See also