System::String::operator[] 메서드

String::operator[] method

지정된 위치의 문자를 가져옵니다.

char_t System::String::operator[](int index) const
매개변수형식설명
indexint문자를 가져올 인덱스.

ReturnValue

지정된 위치의 문자 또는 범위를 벗어나면 0xffff.

또 보기