Méthode System::Globalization::StringInfo::GetTextElementEnumerator
Contenu
[
Cacher
]StringInfo::GetTextElementEnumerator(const String&) method
Crée un énumérateur pour parcourir les caractères de la chaîne.
static SharedPtr<TextElementEnumerator> System::Globalization::StringInfo::GetTextElementEnumerator(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String pour parcourir. |
ReturnValue
Énumérateur nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class TextElementEnumerator
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
StringInfo::GetTextElementEnumerator(const String&, int) method
Crée un énumérateur pour parcourir les caractères de la chaîne à partir de l’index spécifié.
static SharedPtr<TextElementEnumerator> System::Globalization::StringInfo::GetTextElementEnumerator(const String &str, int index)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String pour parcourir. |
| indice | int | Indice de départ. |
ReturnValue
Énumérateur nouvellement créé.
Voir aussi
- Typedef SharedPtr
- Class TextElementEnumerator
- Class String
- Class StringInfo
- Namespace System::Globalization
- Library Aspose.Font for C++