Metodo System::Globalization::StringInfo::GetNextTextElement
StringInfo::GetNextTextElement(const String&) method
Ottiene il primo elemento nella stringa specificata.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Stringa di input. |
ReturnValue
Primo elemento di testo.
Vedi anche
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
StringInfo::GetNextTextElement(const String&, int) method
Ottiene l’elemento all’indice specificato della stringa specificata.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Stringa di input. |
| indice | int | Indice di inizio. |
ReturnValue
Text element at the specified index.
Vedi anche
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++