UnicodeRanges.Thai Property

Definition

Gets the Thai Unicode block (U+0E00-U+0E7F).

public:
 static property System::Text::Unicode::UnicodeRange ^ Thai { System::Text::Unicode::UnicodeRange ^ get(); };
public static System.Text.Unicode.UnicodeRange Thai { get; }
static member Thai : System.Text.Unicode.UnicodeRange
Public Shared ReadOnly Property Thai As UnicodeRange

Property Value

The Thai Unicode block (U+0E00-U+0E7F).

Remarks

For the full set of characters in this block, see The Unicode Standard, Version 12.1 - Thai.

Applies to