NumeralSystemIdentifiers.Thai Property

Definition

Gets the identifier for the Thai decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Thai", which identifies the Thai decimal numeral system. This system has the digits ๐๑๒๓๔๕๖๗๘๙ which correspond to the Latin digits 0-9.

Applies to

See also