Méthode System::String::Format
Formate la chaîne au style C#.
template<class...> String System::String::Format(const SharedPtr<IFormatProvider> &fp, const String &format, const Args &... args)
| Paramètre | Description |
|---|
| Args | Arguments pour formater la chaîne. |
| Paramètre | Type | Description |
|---|
| fp | const SharedPtr<IFormatProvider>& | Fournisseur de format à utiliser pour convertir les arguments en chaînes. |
| format | const String& | Chaîne de format. |
| args | const Args&… | Arguments pour formater la chaîne. |
Voir aussi
Formate la chaîne au style C#.
template<class...> String System::String::Format(const String &format, const Args &... args)
| Paramètre | Description |
|---|
| Args | Arguments pour formater la chaîne. |
| Paramètre | Type | Description |
|---|
| format | const String& | Chaîne de format. |
| args | const Args&… | Arguments pour formater la chaîne. |
Voir aussi
Formate la chaîne au style C#.
template<class T> String System::String::Format(const String &format, const System::ArrayPtr<T> &args)
| Paramètre | Description |
|---|
| T | Arguments pour formater la chaîne. |
| Paramètre | Type | Description |
|---|
| format | const String& | Chaîne de format. |
| args | const System::ArrayPtr<T>& | Arguments pour formater la chaîne. |
Voir aussi
Formate la chaîne au style C#.
template<std::size_t,class...> String System::String::Format(std::nullptr_t, const char16_t(&format)[N], const Args &... args)
| Paramètre | Description |
|---|
| Args | Arguments pour formater la chaîne. |
| Paramètre | Type | Description |
|---|
| format | std::nullptr_t | Chaîne de format. |
| args | const char16_t(&) | Arguments pour formater la chaîne. |
Voir aussi
Formate la chaîne au style C#.
template<class...> String System::String::Format(std::nullptr_t, const String &format, const Args &... args)
| Paramètre | Description |
|---|
| Args | Arguments pour formater la chaîne. |
| Paramètre | Type | Description |
|---|
| format | std::nullptr_t | Chaîne de format. |
| args | const String& | Arguments pour formater la chaîne. |
Voir aussi