次の方法で共有


UnicodeCharacters.IsGraphemeExtend(UInt32) メソッド

定義

指定した 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

コードポイントが前の grapheme を続行する場合は TRUE。それ以外の場合は FALSE

適用対象

こちらもご覧ください