System::Char::ToUpperInvariant 메서드

Char::ToUpperInvariant method

지정된 문자를 대문자로 변환합니다.

static char_t System::Char::ToUpperInvariant(char_t c)
매개변수형식설명
cchar_t변환할 문자

ReturnValue

지정된 문자가 소문자이면 대문자로 변환하고, 그렇지 않으면 지정된 문자를 그대로 반환합니다.

또 보기