static void Main(string[] args)
        {
            var utility = new FormUtilities();

            //var cleanName = utility.CleanInput("  StEPheN WALthEr ");

            Console.WriteLine("   AlICe".CleanInput());
            Console.ReadLine();
        }
Beispiel #2
0
 public void DoSomething()
 {
     var utility = new FormUtilities();
 }
Beispiel #3
0
 public void DoSomething()
 {
     var utilities = new FormUtilities();
 }