System::Globalization::CharUnicodeInfo::GetUnicodeCategory 메서드

CharUnicodeInfo::GetUnicodeCategory(char16_t) method

문자의 유니코드 범주를 가져옵니다.

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
매개변수형식설명
chchar16_t유니코드 문자.

ReturnValue

유니코드 범주.

또 보기

CharUnicodeInfo::GetUnicodeCategory(const String&, int) method

지정된 문자열 인덱스에 있는 문자의 유니코드 범주를 가져옵니다.

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
매개변수형식설명
strconst String&유니코드 문자를 포함하는 문자열.
indexint유니코드 문자의 인덱스.

ReturnValue

유니코드 범주.

또 보기