次の方法で共有


UnicodeCharacters.IsIdContinue(UInt32) メソッド

定義

指定した Unicode 文字を、プログラミングで識別子の継続文字と見なすことができるかどうかを判断します。

public:
 static bool IsIdContinue(unsigned int codepoint);
 static bool IsIdContinue(uint32_t const& codepoint);
public static bool IsIdContinue(uint codepoint);
function isIdContinue(codepoint)
Public Shared Function IsIdContinue (codepoint As UInteger) As Boolean

パラメーター

codepoint
UInt32

unsigned int

uint32_t

Unicode 文字。 これは、適切な範囲である必要があります: 0 <= codepoint<= 0x10FFFF。

戻り値

Boolean

bool

コードポイントがプログラミングにおける識別子の継続文字である場合は TRUE。それ以外の場合は FALSE

適用対象

こちらもご覧ください