Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.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é
Namespace:
Developpez.Dotnet.CollectionsAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string FormatAll( this IEnumerable enumerable, string format, string separator ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function FormatAll ( _ enumerable As IEnumerable, _ format As String, _ separator As String _ ) As String |
Visual C++ |
---|
[ExtensionAttribute] public: static String^ FormatAll( IEnumerable^ enumerable, String^ format, String^ separator ) |
Parameters
- 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