System::Text::StringBuilder::AppendFormat method
Contents
[
Hide
]StringBuilder::AppendFormat(const String&, const TArgs&…) method
Appends formated string to builder.
template<class...> StringBuilder * System::Text::StringBuilder::AppendFormat(const String &format, const TArgs &... args)
Parameter | Description |
---|---|
TArgs | Arguments type. |
Parameter | Type | Description |
---|---|---|
format | const String& | Format string. |
args | const TArgs&… | Arguments to insert into format string positions. |
ReturnValue
This pointer.
See Also
- Class StringBuilder
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.PUB for C++
StringBuilder::AppendFormat(const SharedPtr<IFormatProvider>&, const String&, const TArgs&…) method
Appends formated string to builder.
template<class...> StringBuilder * System::Text::StringBuilder::AppendFormat(const SharedPtr<IFormatProvider> &fp, const String &format, const TArgs &... args)
Parameter | Description |
---|---|
TArgs | Arguments type. |
Parameter | Type | Description |
---|---|---|
fp | const SharedPtr<IFormatProvider>& | Format provider; ignored. |
format | const String& | Format string. |
args | const TArgs&… | Arguments to insert into format string positions. |
ReturnValue
This pointer.
See Also
- Class StringBuilder
- Typedef SharedPtr
- Class IFormatProvider
- Class String
- Class StringBuilder
- Namespace System::Text
- Library Aspose.PUB for C++