次の方法で共有


UnicodeCharacters.IsIdStart(UInt32) メソッド

定義

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

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

パラメーター

codepoint
UInt32

unsigned int

uint32_t

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

戻り値

Boolean

bool

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

適用対象

こちらもご覧ください