System::Globalization::StringInfo::GetNextTextElement 메서드

StringInfo::GetNextTextElement(const String&) method

지정된 문자열의 첫 번째 요소를 가져옵니다.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
매개변수형식설명
strconst String&입력 문자열.

ReturnValue

첫 번째 텍스트 요소.

또 보기

StringInfo::GetNextTextElement(const String&, int) method

지정된 문자열의 지정된 인덱스에 있는 요소를 가져옵니다.

static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
매개변수형식설명
strconst String&입력 문자열.
indexint시작 인덱스.

ReturnValue

Text element at the specified index.

또 보기