다음을 통해 공유


UnicodeCharacters.IsWhitespace(UInt32) 메서드

정의

지정된 유니코드 문자를 공백으로 간주할 수 있는지 여부를 결정합니다.

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

매개 변수

codepoint
UInt32

unsigned int

uint32_t

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

반환

Boolean

bool

codepoint가 공백이면 TRUE이고, 그렇지 않으면 FALSE입니다.

적용 대상

추가 정보