共用方式為


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

適用於

另請參閱