NumeralSystemIdentifiers.Tibt Property

Definition

Gets the identifier for the Tibetan decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Tibt", which identifies the Tibetan decimal numeral system. This system has the digits ༠༡༢༣༤༥༦༧༨༩ which correspond to the Latin digits 0-9.

Applies to

See also