Método System::Globalization::StringInfo::GetNextTextElement
StringInfo::GetNextTextElement(const String&) method
Obtiene el primer elemento en la cadena especificada.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Cadena de entrada. |
ReturnValue
Primer elemento de texto.
Ver también
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
StringInfo::GetNextTextElement(const String&, int) method
Obtiene el elemento en el índice especificado de la cadena especificada.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | Cadena de entrada. |
| índice | int | Índice de inicio. |
ReturnValue
Text element at the specified index.
Ver también
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Page for C++