System::Globalization::StringInfo::GetNextTextElement 메서드
StringInfo::GetNextTextElement(const String&) method
지정된 문자열의 첫 번째 요소를 가져옵니다.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 입력 문자열. |
ReturnValue
첫 번째 텍스트 요소.
또 보기
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
지정된 문자열의 지정된 인덱스에 있는 요소를 가져옵니다.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 입력 문자열. |
| index | int | 시작 인덱스. |
ReturnValue
Text element at the specified index.
또 보기
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++