Метод 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.Font for C++
StringInfo::GetNextTextElement(const String&, int) method
Получает элемент по указанному индексу в указанной строке.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Параметр | Тип | Описание |
|---|---|---|
| str | const String& | Входная строка. |
| индекс | int | Начальный индекс. |
ReturnValue
Text element at the specified index.
См. также
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++