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.]
Retourne une chaîne contenant un nombre spécifié de caractères en partant de la droite d'une chaîne.
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static string Right( this string s, int count ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function Right ( _ s As String, _ count As Integer _ ) As String |
Visual C++ |
---|
[ExtensionAttribute] public: static String^ Right( String^ s, int count ) |
Parameters
- s
- Type: System..::.String
chaine dont les caractères situés le plus à droite sont retournés
- count
- Type: System..::.Int32
Nombre de caractères à retourner