Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Renvoie une chaine contenant chaque élément de l'énumération formaté avec
le format spécifié
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string FormatAll( this IEnumerable enumerable, string format, string separator ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function FormatAll ( _ enumerable As IEnumerable, _ format As String, _ separator As String _ ) As String |
Visual C++ |
---|
public: [ExtensionAttribute] static String^ FormatAll( IEnumerable^ enumerable, String^ format, String^ separator ) |
Paramètres
- enumerable
- Type: System.Collections..::..IEnumerable
L'énumération à formater
- format
- Type: System..::..String
Le format à appliquer à chaque élément, par exemple "x2" ou "{0:x2}"
- separator
- Type: System..::..String
Le séparateur à insérer entre chaque élément