다음을 통해 공유


UnicodeCharacters.IsIdStart(UInt32) 메서드

정의

지정된 유니코드 문자를 프로그래밍에서 식별자의 시작 문자로 간주할 수 있는지 여부를 결정합니다.

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

유니코드 문자입니다. 0 <= codepoint<= 0x10FFFF 적절한 범위에 있어야 합니다.

반환

Boolean

bool

codepoint가 프로그래밍에서 식별자의 시작 문자이면 TRUE이고, 그렇지 않으면 FALSE입니다.

적용 대상

추가 정보