Méthode System::Globalization::StringInfo::GetNextTextElement
StringInfo::GetNextTextElement(const String&) method
Obtient le premier élément dans la chaîne spécifiée.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Chaîne d’entrée. |
ReturnValue
Premier élément de texte.
Voir aussi
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
StringInfo::GetNextTextElement(const String&, int) method
Obtient l’élément à l’index spécifié de la chaîne spécifiée.
static String System::Globalization::StringInfo::GetNextTextElement(const String &str, int index)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Chaîne d’entrée. |
| indice | int | Indice de départ. |
ReturnValue
Text element at the specified index.
Voir aussi
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++