Méthode System::Text::StringBuilder::AppendFormat
Contenu
[
Cacher
]StringBuilder::AppendFormat(const SharedPtr<IFormatProvider>&, const String&, const TArgs&…) method
Ajoute une chaîne formatée au constructeur.
template<class...> StringBuilder * System::Text::StringBuilder::AppendFormat(const SharedPtr<IFormatProvider> &fp, const String &format, const TArgs &... args)
| Paramètre | Description |
|---|---|
| TArgs | Type d’arguments. |
| Paramètre | Type | Description |
|---|---|---|
| fp | const SharedPtr<IFormatProvider>& | Fournisseur de format ; ignoré. |
| format | const String& | Chaîne de format. |
| args | const TArgs&… | Arguments à insérer dans les positions de la chaîne de format. |
ReturnValue
Ce pointeur.
Voir aussi
- Class StringBuilder
- Typedef SharedPtr
- Class IFormatProvider
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++
StringBuilder::AppendFormat(const String&, const TArgs&…) method
Ajoute une chaîne formatée au constructeur.
template<class...> StringBuilder * System::Text::StringBuilder::AppendFormat(const String &format, const TArgs &... args)
| Paramètre | Description |
|---|---|
| TArgs | Type d’arguments. |
| Paramètre | Type | Description |
|---|---|---|
| format | const String& | Chaîne de format. |
| args | const TArgs&… | Arguments à insérer dans les positions de la chaîne de format. |
ReturnValue
Ce pointeur.
Voir aussi
- Class StringBuilder
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.Font for C++