System::String::Format-Methode
Formatiert die Zeichenkette im C#-Stil.
template<class...> String System::String::Format(const SharedPtr<IFormatProvider> &fp, const String &format, const Args &... args)
| Parameter | Beschreibung |
|---|
| Argumente | Argumente für den Format-String. |
| Parameter | Typ | Beschreibung |
|---|
| fp | const SharedPtr<IFormatProvider>& | Formatanbieter, der zum Konvertieren von Argumenten in Strings verwendet wird. |
| Format | const String& | Formatzeichenfolge. |
| args | const Args&… | Argumente für den Format-String. |
Siehe auch
Formatiert die Zeichenkette im C#-Stil.
template<class...> String System::String::Format(const String &format, const Args &... args)
| Parameter | Beschreibung |
|---|
| Argumente | Argumente für den Format-String. |
| Parameter | Typ | Beschreibung |
|---|
| Format | const String& | Formatzeichenfolge. |
| args | const Args&… | Argumente für den Format-String. |
Siehe auch
Formatiert die Zeichenkette im C#-Stil.
template<class T> String System::String::Format(const String &format, const System::ArrayPtr<T> &args)
| Parameter | Beschreibung |
|---|
| T | Argumente für den Format-String. |
| Parameter | Typ | Beschreibung |
|---|
| Format | const String& | Formatzeichenfolge. |
| args | const System::ArrayPtr<T>& | Argumente für den Format-String. |
Siehe auch
Formatiert die Zeichenkette im C#-Stil.
template<std::size_t,class...> String System::String::Format(std::nullptr_t, const char16_t(&format)[N], const Args &... args)
| Parameter | Beschreibung |
|---|
| Argumente | Argumente für den Format-String. |
| Parameter | Typ | Beschreibung |
|---|
| Format | std::nullptr_t | Formatzeichenfolge. |
| args | const char16_t(&) | Argumente für den Format-String. |
Siehe auch
Formatiert die Zeichenkette im C#-Stil.
template<class...> String System::String::Format(std::nullptr_t, const String &format, const Args &... args)
| Parameter | Beschreibung |
|---|
| Argumente | Argumente für den Format-String. |
| Parameter | Typ | Beschreibung |
|---|
| Format | std::nullptr_t | Formatzeichenfolge. |
| args | const String& | Argumente für den Format-String. |
Siehe auch