다음을 통해 공유


UnicodeCharacters.IsCased(UInt32) 메서드

정의

지정된 유니코드 문자를 대/소문자(대문자, 소문자 또는 제목)로 간주할 수 있는지 여부를 결정합니다.

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

매개 변수

codepoint
UInt32

unsigned int

uint32_t

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

반환

Boolean

bool

코드 포인트가 대/소문자를 지정하면 TRUE이고, 그렇지 않으면 FALSE입니다.

적용 대상

추가 정보