Advertisement
Fhernd

PruebaAyudanteString.cs

Sep 29th, 2014
36,862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. using System;
  2. using Articulos.CSharp.MetodosExtension;
  3.  
  4. public sealed class PruebaAyudanteString
  5. {
  6.     public static void Main()
  7.     {
  8.         Console.WriteLine ("cadena".Capitalizar().Pluralizar());
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement