UnicodeCharacters.IsGraphemeExtend(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的 Unicode 字元是否可考慮繼續先前的 Grapheme。
public:
static bool IsGraphemeExtend(unsigned int codepoint);
static bool IsGraphemeExtend(uint32_t const& codepoint);
public static bool IsGraphemeExtend(uint codepoint);
function isGraphemeExtend(codepoint)
Public Shared Function IsGraphemeExtend (codepoint As UInteger) As Boolean
參數
- codepoint
-
UInt32
unsigned int
uint32_t
Unicode 字元。 這必須位於適當的範圍:0 < = codepoint< = 0x10FFFF。
傳回
Boolean
bool
True 是 表示 如果 codepoint 繼續先前的 grapheme;否則 為 FALSE。