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.]
Tronque une chaine de caractères à la longueur spécifiée, en remplaçant les derniers
caractères par des points de suspension le cas échéant.
Espace de nom : Developpez.DotnetAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string Ellipsis( this string s, int maxLength ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function Ellipsis ( _ s As String, _ maxLength As Integer _ ) As String |
Visual C++ |
---|
public: [ExtensionAttribute] static String^ Ellipsis( String^ s, int maxLength ) |
Paramètres
- s
- Type: System..::..String
La chaine à tronquer
- maxLength
- Type: System..::..Int32
La longueur maximale souhaitée